/*
Theme Name: AimLab Gaming
Description: Child theme for AimLab Gaming Iberia based on Hello Elementor
Author: AimLab Gaming Iberia
Template: hello-elementor
Version: 1.0.0
Text Domain: aimlab-gaming
*/

/** Misc */
b, strong {
	font-weight: 600 !important
}

h1, h2, h3, h4, h5, h6 {
	margin-block-end: 0;
	margin-block-start: 0
}

/** Resource files */
.resource-files__group:not(:first-child),
.resource-files__table-header,
.resource-files__item {
	border-color: var( --e-global-color-656262b )
}
.resource-files__badge {
	color: #fff;
	background-color: var( --e-global-color-accent )
}
.resource-files__access-label {
	color: var( --e-global-color-secondary )
}
.resource-files .resource-files__download {
	color: var( --e-global-color-secondary )
}
.resource-files .resource-files__download--disabled {
	color: currentcolor
}
/** Resource files light (.light) */
.light .resource-files,
.light .resource-files__group-description,
.light .resource-files__name {
	color: #4a4a4a
}
.light .resource-files__group:not(:first-child),
.light .resource-files__table-header,
.light .resource-files__item {
	border-color: var( --e-global-color-text )
}
.light .resource-files h3.resource-files__group-title,
.light .resource-files__group-title .resource-files__icon {
	color: #24708f
}
.light .resource-files__download {
	color: var( --e-global-color-primary )
}
.light .resource-files__table-header,
.light .resource-files__size,
.light .resource-files__date {
	color: #64748b
}
.light .resource-files__badge {
	color: #fff;
	background-color: var( --e-global-color-primary )
}
.light .resource-files__access-label {
	color: #e60012;
	border-color: #e60012
}
.light .resource-files__download--disabled {
	color: #a8b1bd
}