/* Affiliblocks Styles */
.afb-tent-display {
    font-family: Arial, sans-serif;
    color: #333;
    line-height: 1.6;
}

.hrSage {
    border-top: 1px solid #e0e0e0;
    margin: 20px 0;
}

 .afb-tent-display {
     font-family: Arial, sans-serif;
     color: #333;
     line-height: 1.6;
 }

.hrSage {
    border-top: 1px solid #e0e0e0;
    margin: 20px 0;
}

.award_table {
    margin-bottom: 20px;
}

.award_left_col, .award_right_col {
    display: table-cell;
}
.award_right_col{
    padding: 0 20px;
}

.rating_chart_left {
    display: inline-block;
    vertical-align: top;
    width: 140px;
    margin-right: 9px;
}

.rating_chart_score {
    font-size: 28px;
    font-weight: bold;
    padding: 10px 0;
    border-radius: 5px;
    margin-bottom: 5px;
}

.table_score_top { background-color: #4CAF50; color: white; }
.table_score_top-mid { background-color: #8BC34A; color: white; }
.table_score_mid { background-color: #FFC107; color: black; }
.table_score_low { background-color: #F44336; color: white; }

.rating_chart {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rating_chart_item {
    margin-bottom: 8px;
}

.rating_chart_label {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3px;
}

.rating_chart_bar_wrapper {
    height: 8px;
    background-color: #f0f0f0;
    border-radius: 4px;
    overflow: hidden;
}

.rating_bar_score {
    height: 100%;
}

.rating_bar_top { background-color: #4CAF50; }
.rating_bar_top-mid { background-color: #8BC34A; }
.rating_bar_mid { background-color: #FFC107; }
.rating_bar_low { background-color: #F44336; }

.plusminus_wrap {
    display: flex;
    gap: 20px;
    margin: 20px 0;
}

.plusminus {
    flex: 1;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 5px;
}

.iconProText, .iconConText {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
    font-size:12px;
}

.iconProText:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #4CAF50;
    font-weight: bold;
}

.iconConText:before {
    content: "✗";
    position: absolute;
    left: 0;
    color: #F44336;
    font-weight: bold;
}

.price_button {
    display: inline-block;
    background-color: #4CAF50;
    color: white;
    padding: 12px 24px;
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s;
    font-size: 12px;
}

.price_button:hover {
    background-color: #45a049;
}

.clear {
    clear: both;
}

.small {
    font-size: 12px;
}

@media (max-width: 768px) {
    .award_left_col, .award_right_col {
        display: block;
        width: 100%;
        text-align: center;
    }

    .plusminus_wrap {
        flex-direction: column;
    }

    .rating_chart_left {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

/* Add any additional styles here */