
/********** Main Nav **********/
.afta-main-nav.elementor-widget-n-menu .e-n-menu-title {
    font-weight: 400;
}
/********** category filter tabs **********/
/* remove unselected loop items from dom and collapse empty space */
.category-card.is-hidden {
  height: auto !important;
  display: none !important;
}
/* Ensure the loop container collapses empty spaces too */
.elementor-133 .elementor-element.elementor-element-e0c83fe .elementor-loop-container {
  grid-auto-rows: auto !important;
  grid-auto-flow: row dense; /* optional */
}
.elementor-133 .elementor-element.elementor-element-e0c83fe .elementor-loop-container .e-con {
  grid-row: auto !important;
  grid-column: auto !important;
}
/* hide grid items when filtered out */
.e-loop-item.is-hidden {
  display: none !important;
}

/********** Sponsor packages table styles **********/
/* Table style 1 */
/*
table caption+thead tr:first-child th {
    border-block-start: none;
    border-block-end: 1px solid hsla(0,0%,50%,.502);
}
.tablepress>:where(thead,tfoot)>tr>* {
    background-color: transparent;
    color: #999;
    font-weight: 600;
	font-size: 0.875rem;
	text-transform: uppercase;
}
.tablepress>:where(tbody.row-striping) td, .tablepress thead th {
	text-align: center;
}
.tablepress .column-1 {
	text-align: left;
	padding-left: 0;
    color: var(--grey-dark-text);
	width: 45%;
}
.tablepress thead .column-1 {
	text-align: left;
    background-color: transparent;
    color: #999;
    font-weight: 600;
	font-size: 0.875rem;
	text-transform: uppercase;
}
*/
/* Table style 2 */
.tablepress caption+thead tr:first-child th {
    border-block-start: none;
    border-block-end: none;
}
.elementor-widget-tablepress-table .tablepress > :where(thead,tfoot)>tr>* {
    background-color: var(--ata-black);
    color: var(--warm-white-dark);
    font-weight: 700;
    vertical-align: middle;
    word-break: normal;
    padding: 0.5rem 1.5rem;
    line-height: 1rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.tablepress > thead > tr > th.column-1 {
    text-align: left;
}
.tablepress > thead > tr > th.column-2,
.tablepress > thead > tr > th.column-3,
.tablepress > thead > tr > th.column-4,
.tablepress > thead > tr > th.column-5,
.tablepress > thead > tr > th.column-6, 
.tablepress > thead > tr > th.column-7 {
    border-left: 1px solid rgb(255 255 255 / 0.25);
    text-align: center;
}
.tablepress > tbody > tr > td.column-1 {
    color: var(--ata-black);
    font-weight: 600;
    vertical-align: middle;
    word-break: normal;
    padding: 1rem 1.5rem;
    line-height: 1rem;
    font-size: 0.875rem;
}
.tablepress > tbody > tr > td.column-2,
.tablepress > tbody > tr > td.column-3,
.tablepress > tbody > tr > td.column-4,
.tablepress > tbody > tr > td.column-5,
.tablepress > tbody > tr > td.column-6,
.tablepress > tbody > tr > td.column-7 {
    border-left: 1px solid var(--warm-white-darker);
    text-align: center;
    padding: 1rem 1.5rem;
}
.elementor-widget-tablepress-table .tablepress > tbody > tr:last-child>* {
    border-bottom: 1px solid var(--border-color);
}
.tablepress>:where(tbody.row-striping) .eicon-check {
    color: var(--gold-dark);
}
.tablepress>:where(tbody.row-striping) .eicon-close {
    color: #999;
}

/********** Nomination form responsive CSS Grid layout **********/
.fluentform .fluent_form_3 .ff-step-body {
    padding: 0rem;
}
.card-grid-radio .ff-el-input--content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.card-grid-radio .ff-el-input--content .ff-el-form-check {
  margin: 0;
  position: relative;
}
.card-grid-radio .ff-el-input--content .ff-el-form-check-label {
  display: flex;
  align-items: center;
  min-height: 6rem;
  height: 100%;
  padding: 1.125rem;
  border: 1px solid #d6d3cd;
  border-radius: 0.5rem;
  background: #f3f3f3;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
/* Hide the radio visually, keep it functional */
.card-grid-radio .ff-el-input--content .ff-el-form-check-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
}
/* Text only */
.card-grid-radio .ff-el-input--content .ff-el-form-check-label span {
  display: block;
  line-height: 1.35;
}
/* Hover */
.card-grid-radio .ff-el-input--content .ff-el-form-check-label:hover {
  background: #ececec;
  border-color: #cfcfcf;
  transform: translateY(-1px);
}
/* Selected */
.card-grid-radio .ff-el-input--content .ff-el-form-check.ff_item_selected .ff-el-form-check-label {
  background: #f7f2e8;
  border-color: #a48f5f;
  box-shadow: 0 0 0 2px rgba(164, 143, 95, 0.12);
}
.card-grid-radio .ff-el-input--content .ff-el-form-check.ff_item_selected .ff-el-form-check-label span {
  font-weight: 600;
}
/* Keyboard focus */
.card-grid-radio .ff-el-input--content .ff-el-form-check-label:focus-within {
  outline: 2px solid #a48f5f;
  outline-offset: 2px;
}
@media (max-width: 1024px) {
  .card-grid-radio .ff-el-input--content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .card-grid-radio .ff-el-input--content {
    grid-template-columns: 1fr;
  }
}
/* Form GDPR & privacy consent notice text style */
.form-consent-notice p,
.fluentform .gdpr-notice-sponsor .ff_t_c {
    font-size: 0.875rem;
    font-family: var(--body-text);
    line-height: 1.25;
}
.form-consent-notice p {
    padding-left: 20px;
}
.elementor .form-consent-notice p a,
.fluentform .gdpr-notice-sponsor .ff_t_c a {
    color: var(--gold-medium);
    text-decoration: underline;
}
.elementor .form-consent-notice p a:hover,
.fluentform .gdpr-notice-sponsor .ff_t_c a:hover {
    color: var(--gold-medium);
    text-decoration: none;
}
/* Sponsor Info Form*/
/*
.sponsor-info-form .ff-el-section-break .ff-el-section-title {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 1rem;
}
.afta-sponsor-form-heading .ff-section_break_desk {
    margin-bottom: 1.5rem;
}
*/
.ff-el-section-break hr {
    display: none;
}
.elementor-155 .elementor-element.elementor-element-579ed1c .fluentform-widget-wrapper .ff-el-input--label label {
    font-weight: 600;
}
