/* Right Column effected adjustment */

.editors-choice-search-box::after {
    display: none;
}

/* Pagination Styles */
.editors-choice-pagination .pagination-link:first-child {
    padding-left: 10px;
}

.pagination-link {
    padding: 3px;
}

.editors-choice-pagination.page-last .pagination-pages {
    padding-right: 0 !important;
}

.pagination-container {
    margin-left: -10px;
}

/* End of Right Column Adjustment */

.awards-container-body {
    padding: 80px 90px 130px 90px;
    background: #fff;
    width: 100%;
    max-width: 100vw;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    height: auto;
    min-height: unset;
}

.awards-program-yellow-line {
    width: 100%;
    height: 3px;
    background-color: #FAEC22;
    margin-bottom: 5px;
    padding: 0;
    margin-left: 0;
    box-sizing: border-box;
}

.awards-program-section-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 5px;
    padding: 0;
    margin-left: 0;
    width: 100%;
    box-sizing: border-box;
}

.awards-program-yellow-dot {
    width: 20px;
    height: 20px;
    background-color: #FAEC22;
    border-radius: 50%;
    margin-right: 20px;
    margin-left: 5px
}

.awards-program-section-title {
    width: 100%;
    padding: 0;
    margin: 10px 0 8px 0;
    text-align: left;
    font-family: 'DidotB06-Bold';
    font-size: 3.3rem;
    color: #000;
    text-transform: uppercase;
}

.awards-program-gray-line {
    width: 100%;
    height: 1px;
    background-color: #00000036;
    margin-bottom: 60px;
    padding: 0;
    margin-left: 0;
    box-sizing: border-box;
}

.main-container {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.sub-container {
    position: static;
    display: inline-block;
    width: 820px;
}

/* Calender Container */

.title-padding {
    margin-top: 30px !important;
}

#currentMonthYear {
    white-space: nowrap;
}

.calender-container {
    display: inline-block;
    padding-top: 30px !important;
    padding: 35px;
    margin-right: 65px;
    max-width: 365px;
    height: 100%;
    background-color: #f4f4f4a6;
}

.calender-text {
    font-family: 'DidotB06-Bold';
    font-size: 1.5rem;
    margin: 0;
    padding-bottom: 15px;
}

.calender {
    background-color: rgb(255, 255, 255);
    width: 295px;
    max-height: 400px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05), 0 3px 3px 0 rgba(0, 0, 0, 0.05);
}

.award-deadline {
    padding-bottom: 5px;
}

.text {
    font-family: 'OpenSans-Regular';
    font-size: 3rem;
}

.calender-table {
    width: 100%;
    height: 100%;
    table-layout: fixed;
}

.last-cell {
    width: 42px;
}

.last-row {
    height: 45px;
}

.calender-header-date {
    position: relative;
    left: 130px;
    text-align: center !important;
    height: 70px;
    font-family: 'OpenSans-Bold';
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.nav-button {
    position: relative;
    top: 6px;
    background: none;
    border: none;
    cursor: pointer;
    height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.nav-button svg {
    width: 24px;
    height: 44px;
    transition: transform 0.2s;
}

.nav-button:hover svg {
    transform: scale(1.1); 
}

.current-date {
    background-color: #FAEC22;
    color: #000;
}  

.calender-month {
    font-family: 'OpenSans-Bold';
    color: #FAEC22;
}

td {
    width: 30px;
    padding: 0 5px 0 5px;
}

.table-border-height {
    height: 40px;
    position: relative;
}

.table-border-height::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    width: calc(100% - 30px); /* Adjust dynamically */
    border-top: 0.2px solid #b6b6b6;
  }

.vert-height {
    vertical-align: top;
}

.table-font {
    font-family: 'OpenSans-Bold';
}

.not-used-month {
    color: #b6b6b6;
}

.selected-date {
    position: relative;
    background: #fffcba;
}   

.notify {
    position: relative;
}

.notify.early-bird::before,
.notify.early-bird::after {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    bottom: 13px;
}

.notify.early-bird::before {
    left: calc(50% - 12px);
    background-color: #ff00f9;
}

.notify.early-bird::after {
    left: calc(20% + 6px);
    background-color: #ff00f9;
}

.notify.regular-deadline::before,
.notify.regular-deadline::after {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    bottom: 13px;
}

.notify.regular-deadline::before {
    left: calc(50% - 12px);
    background-color: #ff6b6b;
}

.notify.regular-deadline::after {
    left: calc(20% + 6px);
    background-color: #4ecdc4;
}

.notify.final-deadline::before,
.notify.final-deadline::after {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    bottom: 13px;
}

.notify.final-deadline::before {
    left: calc(50% - 12px);
    background-color: #00b1ff;
}

.notify.final-deadline::after {
    left: calc(20% + 6px);
    background-color: #00b1ff;
}

.notify.final-ex-deadline::before,
.notify.final-ex-deadline::after {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    bottom: 13px;
}

.notify.final-ex-deadline::before {
    left: calc(50% - 12px);
    background-color: #00ff00;
}

.notify.final-ex-deadline::after {
    left: calc(20% + 6px);
    background-color: #00ff00;
}

.calender-table,
.calender-table th,
.calender-table td {
  box-sizing: border-box;
}


.calender-table td {
  width: 100%; 
  padding: 0 5px;
}

.calender-table th {
    left: 0;
    width: 20.5vw;
}

.calender-table-position {
    position: relative;
    left: -15px;
}

.calender-table td {
    vertical-align: top;
    position: relative;
    left: -15px;
    font-size: 14px;
}

.calender-table td:hover {
    transition: 0.2s;
    background: #ffffca;
}

/* End of Calender */

/* Outside Calender */

.award-deadline-container ul {
    font-size: 1rem;
}

/* List */

ul {
    padding-left: 1rem;
    position: relative;
    top: 1px;
}

.early-bird-marker::marker {
    color: #ff00f9;
}

.regular-marker::marker {
    color: #00b1ff;
}

.final-marker::marker {
    color: #00ff00;
}

.final-ex-marker::marker {
    color: #ff9100;
}

.last-minute-marker::marker {
    color: #ff0000;
}

/* End of List */

/* On This Day */

.otd-container {
    background: #fff;
    padding: 10px 10px 0.1px 10px;
    margin-bottom: 20px;
    border-left: 5px solid #faec22;
}

.otd-container a {
    color: #000;
    transition: 0.2s ease;
}

.otd-container a:hover {
    color: #FAEC22;
}

.otd-container:not([class*="border"]) .regular-marker::marker {
    color: #faec22;
}

.otd-container.early-bird-border {
    border-left: 5px solid #ff00f9;
}

.otd-container.regular-marker-border {
    border-left: 5px solid #00b1ff;
}

.otd-container.final-marker-border {
    border-left: 5px solid #00ff00;
}

.otd-container.final-ex-marker-border {
    border-left: 5px solid #ff9100;
}

.otd-container.last-minute-marker-border{
    border-left: 5px solid #ff0000;
}

.otd-container li {
    padding-left: 5px;
}

/* Award Deadline Styles - Support multiple indicators per date */
.has-deadline {
    position: relative;
}

/* Main dot - positioned on the left */
.has-deadline::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    bottom: 13px;
    left: 6px;
}

/* Color classes for different deadline types - main dot */
.has-deadline.early-bird::before {
    background-color: #ff00f9;
}

.has-deadline.regular::before {
    background-color: #00b1ff;
}

.has-deadline.final::before {
    background-color: #00ff00;
}

.has-deadline.final-extend::before {
    background-color: #ff9100;
}

.has-deadline.last-minute::before {
    background-color: #ff0000;
}

/* Multiple deadlines - show additional indicators with same size, closer to main dot */
.has-deadline.multiple-deadlines::after {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    left: 13px;
    bottom: 13px;
}

.has-deadline[data-additional-deadlines*="early-bird"]::after {
    background-color: #ff00f9;
}

.has-deadline[data-additional-deadlines*="final"]::after {
    background-color: #00ff00;
}

.has-deadline[data-additional-deadlines*="regular"]::after {
    background-color: #00b1ff;
}

.has-deadline[data-additional-deadlines*="final-extend"]::after {
    background-color: #ff9100;
}

.has-deadline[data-additional-deadlines*="last-minute"]::after {
    background-color: #ff0000;
}

.has-deadline.three-plus-deadlines::before {
    left: 6px; 
}

.has-deadline.three-plus-deadlines::after {
    left: 13px;
    top: 4px;
    bottom: auto;
    width: 4px;
    height: 4px;
}

.has-deadline.multiple-deadlines {
    min-height: 20px; 
}

.has-deadline::before,
.has-deadline::after {
    z-index: 10;
    pointer-events: none; 
}

/* End of On This Day */

/* End of Outside Calender */

/* Right Container */

.awards-search-container {
    margin-bottom: 50px;
}

.filter-container {
    display: flex;
    gap: 65px;
}

.search-column {
    width: 100%;
    height: 100%;
}

.industry-column {
    width: 100%;
    height: 100%;
}

.industry-column .editors-choice-search-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 28px;
    height: 38px;
    padding: 0 52px 0 16px;
    z-index: 9997; 
}

.editors-choice-search-input-wrapper #awards { border: 0 !important; }

/* Filter */

.editors-choice-search-box input[type="text"] {
    padding-left: 10px !important;
    font-size: 1rem !important;
    font-family: 'OpenSans-Regular';
    color: #7c7c7c;
}

.editors-choice-search-box input[type="text"]::placeholder {
    font-size: 1rem !important;
    font-family: 'OpenSans-Regular';
    color: #7c7c7c;
}

.dropdown-svg {
    height: 35px !important;
    position: relative;
    bottom: -1px;
    left: -5px;
    width: 25px;
    transform: rotate(90deg);
    transform-origin: center;
    pointer-events: none;
}

.industry-column .editors-choice-search-input-wrapper select#awards { display: none; }

.industry-column .editors-choice-search-input-wrapper select#awards::-ms-expand { display: none; }

.industry-column .editors-choice-search-input-wrapper button {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fafafa;
    border: 1px solid #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    z-index: 10001; 
    cursor: pointer;
}

.industry-column .editors-choice-search-input-wrapper button:hover {
    opacity: 0.9;
}

.industry-column .editors-choice-search-input-wrapper.open .dropdown-svg {
    transition: ease;
    transform: rotate(-90deg);
    left: 5px;
    top: -1px;
}

.industry-column .editors-choice-search-input-wrapper select#awards option { width: 100%; }

.awards-selected {
    position: relative;
    z-index: 2;
    color: #7c7c7c;
    font-family: 'OpenSans-Regular';
    font-size: 1rem;
    padding-left: 8px;
}

.awards-menu {
    position: absolute;
    left: 0;
    top: calc(100% + 6px);
    width: 100%;
    max-height: 270px;
    overflow: auto;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #eeeeee;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    padding: 6px 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    display: none;
    transform: translateY(-4px);
    transition: opacity 160ms ease, transform 160ms ease;
    z-index: 10000;
}

.editors-choice-search-input-wrapper.open .awards-menu {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    display: block;
    transform: translateY(0);
}

.awards-item {
    display: block;
    width: 100%;
    padding: 10px 14px;
    font-family: 'OpenSans-Regular';
    font-size: 0.95rem;
    color: #333;
    cursor: pointer;
    pointer-events: auto;
}

.awards-item:hover {
    background: #fafafa;
}

.awards-item.active {
    background: #fffbdd;
}

/* End of Filter */

/* Award Content */

.award-grid-card a:hover {
    color: #000;
}

.award-grid-card {
    width: 95%;
}

.award-grid-link {
    display: block;
    width: 100%;
    text-decoration: none;
    color: inherit;
}

.award-grid-content {
    width: 95%;
}

.award-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 65px;
    row-gap: 40px;
    margin-bottom: 90px;
}

.award-grid-content img {
    max-width: 100%;
    max-height: 100%;
}

.award-info {
    max-width: 100%;
    padding-top: 15px;
    padding: 15px 5px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.award-info h3 {
    font-family: 'DidotB06-Bold';
    font-size: 1.4rem;
    margin: 0;
}

.award-info p {
    font-size: 0.9rem;
    margin: 0;
}

.award-icon {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    padding-left: 3px;
}

.award-icon svg {
    width: 20px;
    height: 20px;
}

.award-icon svg:hover {
    transition: 0.2s;
    fill: #FAEC22;
}

.award-icon svg:hover path{
    transition: 0.2s !important;
    fill: #FAEC22 !important;
}

.linkedin {
    height: 15px !important;
}

.youtube {
    width: 25px !important;
    height: 22px !important;
}

/* End of Award Content */

/* End of Right Container */

@media screen and (max-width: 1024px) {

    /* Body */

    .awards-container-body {
        padding: 50px;
    }

    .awards-program-gray-line {
        margin-bottom: 50px;
    }

    /* End of Body */

    /* Title */

    .awards-program-section-title {
        font-size: 2.5rem;
    }

    .awards-program-yellow-dot {
        height: 15px;
        width: 15px;
    }

    /* End of Title */

    /* Calender */

    .calender-header-date {
        position: relative;
        left: 108px;
    }

    .calender-container {
        width: 440px;
        margin-right: 50px;
    }

    .calender {
        width: 100%;
    }

    /* End of Calender */

    /* Awards */

    .award-grid-content {
        width: 100%;
    }

    .award-grid-card {
        width: 100%;
    }

    .award-content {
        gap: 50px;
        row-gap: 30px;
        margin-bottom: 70px;
    }

    .award-info h3 {
        font-size: 1.3rem;
    }

    .award-info p {
        font-size: 0.8rem;
    }

    .editors-choice-search-box,
    .right-column-pm-content,
    .latest-posts-section {
        width: 100%;
    }

    .editors-choice-search-box input[type="text"] {
        font-size: 0.8rem;
    }

    .calender-table th {
        left: 0;
        width: 25vw;
    }

    /* End of Awards */

}

@media screen and (max-width: 768px) {
    
    .editors-choice-search-box label {
        font-size: 0.9rem;
    }

    .award-content {
        grid-template-columns: 1fr;
    }

    .calender-container {
        width: 125%;
    }

    .editors-choice-search-input-wrapper {
        min-height: 0;
    }

    .filter-container {
        gap: 20px;
        flex-direction: column;
    }

    .calender-table th {
        left: 0;
        width: 35vw;
    }

}

@media screen and (max-width: 480px) {
    
    .main-container {
        flex-direction: column;
    }

    .awards-container-body {
        padding: 20px;
        padding-bottom: 55px;
    }

    /* Body Content */

    .awards-program-yellow-line {
        margin: 0;
    }

    .awards-program-section-title {
        font-size: 1.5rem;
        margin-top: 10px;
    }

    .awards-program-yellow-dot {
        width: 10px !important;
        height: 10px !important;
        margin-left: 10px;
    }

    .awards-program-section-header {
        margin: 0;
        gap: 0;
    }

    .awards-program-gray-line { 
        margin-bottom: 30px;
    }

    .calender-container {
        width: 100%;
        max-width: none;
        margin: 0
    }

    .calender {
        width: 100%
    }

    .calender-header-date {
        width: 75px;
    }

    .sub-container {
        position: relative;
        width: 100%;
        display: block;
        z-index: 1;
    }

    /* End of Body Contet */

    /* Calender Content */

    .calender-table th {
        left: 0;
        width: 75vw;
    }
    
    .calender-text {
        font-size: 1.2rem;
    }

    .otd-container li {
        font-size: 0.9rem;
    }

    .award-deadline-container li {
        font-size: 0.9rem;
    }

    /* End of Calender */

    /* Filters */
    
    .editors-choice-search-box:not(.editors-choice-mobile-search-box) {
        display: block !important;
    }

    .filter-container {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .editors-choice-search-box .search {
        margin-top: 30px;
    }

    .editors-choice-search-box label {
        text-align: center;
    }

    .awards-search-container {
        margin-bottom: 35px;
    }

    /* Award Content */

    .award-content {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .award-grid-card {
        width: 95%;
    }

    .award-grid-content {
        width: 100%;
    }

    /* End of Award Content */

    /* Pagination Adjustment */

    .pagination-container {
        position: relative;
        left: 47px;
    }

    .pagination-controls {
        width: 180px;
    }

    .editors-choice-pagination.page-last .current {
        margin-right: 0;
    }

    .editors-choice-pagination.page-last .pagination-container {
        left: 47px !important;
    }

    .editors-choice-pagination.page-2-plus .pagination-container{
        left: -3px;
    }

    /* End of Pagination Adjustment */  

}

@media screen and (max-width: 380px) { 
    
    /* Caledner Adjustment */

    .calender-table th {
        width: 70vw;
    }

    /* End of Calender Adjustment */

}

@media screen and (max-width: 360px) {

    /* Calender Adjustment */

    .calender-container {
        padding: 20px;
    }

    .mobile-header-date {
        position: relative;
        left: 113px;
    }

    .pagination-container {
        position: relative;
        left: 10px;
    }

    .pagination-controls {
        justify-content: center;
    }

    .calender-table th {
        width: 75vw;
    }

    /* End of Calender Adjustment */

}