.elementor-102748 .elementor-element.elementor-element-ad2c6a7{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:flex-start;--flex-wrap:wrap;--align-content:space-around;}.elementor-102748 .elementor-element.elementor-element-97b6607 > .elementor-widget-container{margin:5px 0px 0px 31px;}.elementor-102748 .elementor-element.elementor-element-c2a3ebc .elementor-heading-title{font-family:"Cinzel", Sans-serif;font-size:3.3vw;font-weight:500;color:#FFFFFF;}.elementor-102748 .elementor-element.elementor-element-c2a3ebc > .elementor-widget-container{margin:0px 0px 0px 31px;}.elementor-102748 .elementor-element.elementor-element-7e6a508 .elementor-heading-title{font-size:31px;font-weight:400;color:#FFFFFF;}.elementor-102748 .elementor-element.elementor-element-7e6a508 > .elementor-widget-container{margin:0px 0px 0px 31px;}.elementor-102748 .elementor-element.elementor-element-056f95a{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-102748 .elementor-element.elementor-element-7028a60{--display:flex;}.elementor-102748 .elementor-element.elementor-element-f273f21{--display:flex;border-style:none;--border-style:none;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:31px;}@media(min-width:901px){.elementor-102748 .elementor-element.elementor-element-ad2c6a7{--width:100%;}.elementor-102748 .elementor-element.elementor-element-056f95a{--width:100%;}.elementor-102748 .elementor-element.elementor-element-7028a60{--width:75%;}.elementor-102748 .elementor-element.elementor-element-f273f21{--width:25%;}}@media(max-width:1320px) and (min-width:901px){.elementor-102748 .elementor-element.elementor-element-7028a60{--width:100%;}.elementor-102748 .elementor-element.elementor-element-f273f21{--width:90%;}}@media(max-width:1320px){.elementor-102748 .elementor-element.elementor-element-c2a3ebc > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-102748 .elementor-element.elementor-element-c2a3ebc.elementor-element{--align-self:center;}.elementor-102748 .elementor-element.elementor-element-7e6a508 .elementor-heading-title{font-size:20px;}.elementor-102748 .elementor-element.elementor-element-7e6a508 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-102748 .elementor-element.elementor-element-7e6a508.elementor-element{--align-self:center;}.elementor-102748 .elementor-element.elementor-element-056f95a{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-102748 .elementor-element.elementor-element-7028a60{--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-102748 .elementor-element.elementor-element-7028a60.e-con{--align-self:center;}.elementor-102748 .elementor-element.elementor-element-f273f21{--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-102748 .elementor-element.elementor-element-f273f21.e-con{--align-self:center;}}@media(max-width:900px){.elementor-102748 .elementor-element.elementor-element-c2a3ebc .elementor-heading-title{font-size:6vw;}.elementor-102748 .elementor-element.elementor-element-7e6a508{text-align:center;}.elementor-102748 .elementor-element.elementor-element-7e6a508 .elementor-heading-title{font-size:13px;}}/* Start custom CSS for container, class: .elementor-element-ad2c6a7 *//* --- TSF Review Archive - Responsive Grid Layout --- */
.tsf-review-grid-wrapper {
    display: grid;
    /* Desktop: 4 columns */
    grid-template-columns: repeat(4, 1fr);
    gap: 31px; /* Matches your original Loop Grid settings */
}

/* Tablet: 2 columns */
@media (max-width: 1024px) {
    .tsf-review-grid-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile: 1 column */
@media (max-width: 767px) {
    .tsf-review-grid-wrapper {
        grid-template-columns: 1fr;
    }
}

/* General Layout & Responsiveness */
.elementor-section-wrap {
    /* Prevents horizontal scrollbars */
    overflow-x: hidden;
}

/* On mobile, stack the columns */
@media (max-width: 767px) {
    .e-con.e-parent {
        flex-direction: column !important;
    }
    .e-con.e-parent > .e-con:nth-child(1) { order: 2; } /* Filters below */
    .e-con.e-parent > .e-con:nth-child(2) { order: 1; } /* Main content on top */
}

/*Review Archive Loop Card*/
.elementor-loop-item__container {
    background-color: #1a1a1a;
    border: 2px solid #444;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.elementor-loop-item__container:hover {
    border-color: #ff0000;
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.4);
}

.review-card-inner {
    text-align: center;
}

/* Year Tag Pill */
.year-tag {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #131313;
    /* Standard background */
    color: #fff;
    padding: 4px 12px;
    font-size: 20px;
    font-weight: bold;
    border-top-left-radius: 13px;
    border-bottom-right-radius: 13px;
}

.year-tag.recent {
    background-color: #ff0000;
    /* Red for recent year */
}

/* Logo */
.review-card-logo {
    max-height: 300px;
    width: 100%;
    object-fit: contain;
    margin-bottom: 10px;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}

/* Title */
.review-card-title {
    font-size: 31px;
    font-family: cinzel;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    line-height: 1.2;
    display: block;
    margin-bottom: 5px;
}
.review-card-title:hover {
    color: #ff0000;
}

/* Location */
.review-card-location {
    font-size: 15px;
    color: #aaa;
    margin-bottom: 15px;
}

/* Score & Date */
.review-card-score-date {
    margin-bottom: 15px;
    font-size: 14px;
    color: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
}

.review-card-score-pill,
.review-card-score-pill:link,
.review-card-score-pill:visited {
    background-color: #990000;
    color: #eaeaea;
    padding: 5px 10px;
    border-radius: 13px;
    font-size: 1.5vw;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.2s;
}
/*Tablet Size*/
@media (max-width: 1024px) {
    .review-card-score-pill,
    .review-card-score-pill:link,
    .review-card-score-pill:visited {
        font-size: 4vw;
    }
}
/*Mobile Size*/
@media (max-width: 767px) {
    .review-card-score-pill,
    .review-card-score-pill:link,
    .review-card-score-pill:visited {
        font-size: 6vw;
    }
}

.review-card-score-pill:hover {
    background-color: #131313;
    border: 2px solid #990000;
    padding: 3px 8px;
}

/* Summary */
.review-card-summary {
    font-size: 15px;
    color: #ddd;
    line-height: 1.5;
    min-height: 65px;
    padding: 10px 10px;
    /* Adjust to fit about 3 lines of text */
}
/* Tablet (screens <= 1024px) */
@media (max-width: 1024px) {
    .review-card-summary {
        font-size: 16px;
    }
}

/* Mobile (screens <= 767px) */
@media (max-width: 767px) {
    .review-card-summary {
        font-size: 3.5vw;
    }
}

/* "Read More" link for truncated summary */
.summary-read-more {
    color: #ff0000;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

.summary-read-more:hover {
    text-decoration: underline;
}

/* Action Buttons Container */
.review-card-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: auto; 
    /*Push buttons to bottom */
}

.review-card-button {
    padding: 5px 5px;
    border: none;
    border-radius: 20px;
    color: #cbcbcb;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    font-size: 0.7vw;
    text-align: center;
    width: 50%;
    box-sizing: border-box;
}

/* Stack the main action buttons on tablet and mobile */
@media (max-width: 1024px) {
    .review-card-buttons {
        flex-direction: column;
        align-items: center;
    }
    .review-card-buttons .review-card-button {
        width: 90%; /* This makes each button wider */
        font-size: 20px;
    }
}

.review-card-button.read-review {
    background-color: #800000;
    margin-bottom: 20px;
    color: #cbcbcb;
}
.review-card-button.read-review:hover {
    background-color: #fff;
    color: #ff0000;
}

.review-card-button.view-scores {
    background-color: #111;
    border: 1px solid #555;
    margin-bottom: 20px;
    white-space: normal;
}
.review-card-button.view-scores:hover {
    background-color: #fff;
    color: #000;
}


/* Container for the older year pills */
.older-reviews-pills {
    text-align: center;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #333; /* Adds a separator line */
}

/* Individual year pill button */
.year-pill-button {
    display: inline-block;
    background-color: #333;
    color: #ccc;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    margin: 3px;
    border: 1px solid #555;
    transition: all 0.2s ease-in-out;
}

.year-pill-button:hover {
    background-color: #ffffff;
    color: #fff;
    border-color: #ff0000;
}


/* Styling for the "View More" pills button */
.view-more-pills {
    display: inline-block;
    background-color: #111;
    color: #ccc;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: bold;
    margin: 3px;
    border: 1px solid #555;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.view-more-pills:hover {
    background-color: #fff;
    color: #000;
}


/* Scores Panel */
.scores-panel {
    background-color: #111;
    border-top: 2px solid #ff0000;
    margin: 15px -15px -15px -15px; 
    /* Stretches panel to card edges */
    padding: 15px;
    animation: slide-down 0.4s ease-out;
}

@keyframes slide-down {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.score-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0;
    font-size: 14px;
    border-bottom: 1px solid #333;
}
.score-line:last-child {
    border-bottom: none;
}

.score-cat-title {
    color: #ccc;
}

.score-cat-rating {
    color: #ff0000;
    font-size: 18px; /* Makes skulls a bit larger */
    letter-spacing: 2px;
}


/* Right Column Widgets */
/* Top Picks Widget */
.top-picks-widget {
    background-color: #1a1a1a;
    border: 2px solid #444;
    border-radius: 10px;
    padding: 20px;
}

.top-picks-widget h3 {
    color: #ff0000;
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 24px;
}

.top-picks-widget ol {
    list-style-type: none; /* We will create our own numbers */
    counter-reset: top-picks-counter; /* Start our custom counter */
    padding-left: 0;
    margin: 0;
}

.top-picks-widget li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #333;
}

.top-picks-widget li:last-child {
    border-bottom: none;
}

.top-picks-widget li a {
    flex-grow: 1; /* Allows the link to take up the available space */
    color: #fff;
    text-decoration: none;
    transition: color 0.2s;
}

.top-picks-widget li a:hover {
    color: #ff0000;
}

.top-picks-widget li::before {
    content: counter(top-picks-counter) "."; /* Display the counter value */
    counter-increment: top-picks-counter; /* Add 1 to the counter for the next item */
    color: #ff0000;
    font-weight: bold;
    font-size: 16px;
    margin-right: 10px; /* Space between number and name */
}

.top-picks-score {
    font-weight: bold;
    color: #ffc107;
    background-color: #2a2a2a;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 14px;
    margin-left: 10px; /* Adds space between name and score */
}/* End custom CSS */