.sr-container-3b9eabe5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.sr-btn-3b9eabe5 {
    background-color: #4a6ee0;
    color: #ffffff;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-weight: bold;
}

.sr-btn-3b9eabe5:hover {
    background-color: #3b5cc7;
}

.sr-result-3b9eabe5 {
    margin-top: 20px;
    width: 100%;
    /* max-width is now handled dynamically by Elementor Style controls */
}

.sr-loading-3b9eabe5 {
    font-size: 14px;
    color: #66c0f4;
    text-align: center;
    margin-top: 10px;
}

.sr-card-3b9eabe5 {
    display: flex;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    color: #333333;
    align-items: stretch;
    border: 1px solid #eaeaea;
}

.sr-left-col-3b9eabe5 {
    width: 50%;
    display: flex;
    flex-direction: column;
    background-color: #f9f9f9;
}

.sr-cover-3b9eabe5 {
    width: 100%;
    object-fit: cover;
    display: block;
}

.sr-title-3b9eabe5 {
    font-size: 18px;
    color: #1b2838;
    margin: 0;
    padding: 15px;
    text-align: center;
    line-height: 1.3;
}

.sr-info-3b9eabe5 {
    width: 50%;
    padding: 20px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    box-sizing: border-box;
}

.sr-row-3b9eabe5 {
    font-size: 15px;
    line-height: 1.5;
}

.sr-discount-3b9eabe5 {
    background-color: #4c6b22;
    color: #a4d007;
    padding: 2px 6px;
    border-radius: 2px;
    margin-left: 8px;
    font-size: 12px;
    font-weight: bold;
}

/* Rating color coding */
.sr-rating-blue-3b9eabe5 {
    color: #66c0f4;
    font-weight: bold;
}

.sr-rating-yellow-3b9eabe5 {
    color: #d4a017;
    font-weight: bold;
}

.sr-rating-red-3b9eabe5 {
    color: #c0392b;
    font-weight: bold;
}

@media (max-width: 520px) {
    .sr-card-3b9eabe5 {
        flex-direction: column;
    }
    .sr-left-col-3b9eabe5, .sr-info-3b9eabe5 {
        width: 100%;
    }
}