

/* Start:/local/components/mdgarant/ozon.reviews/templates/.default/style.css?17800127925788*/
/* ===== Ozon Reviews Styles ===== */

.ozon-reviews-wrap {
    max-width: 820px;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: #333;
}

/* Header */
.ozon-reviews-header {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}

.ozon-reviews-header__title {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 8px 0;
    color: #111;
}

.ozon-reviews-header__meta {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 14px;
    color: #666;
}

.ozon-reviews-header__source {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f0f4ff;
    padding: 4px 12px 4px 8px;
    border-radius: 16px;
    font-weight: 500;
    font-size: 13px;
    color: #005BFF;
}

.ozon-logo-icon {
    flex-shrink: 0;
}

.ozon-reviews-header__count {
    font-size: 14px;
    color: #666;
}

.ozon-reviews-header__count strong {
    font-weight: 600;
    color: #333;
}

/* Empty / Error state */
.ozon-reviews-empty {
    text-align: center;
    padding: 60px 20px;
    background: #fafafa;
    border-radius: 12px;
    color: #888;
    font-size: 15px;
}

.ozon-reviews-empty--error {
    background: #fff5f5;
    color: #c0392b;
}

/* Sort */
.ozon-reviews-sort {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    font-size: 14px;
}

.ozon-reviews-sort__label {
    color: #888;
    margin-right: 4px;
}

.ozon-reviews-sort__link {
    color: #666;
    text-decoration: none;
    padding: 6px 14px;
    border-radius: 20px;
    border: 1px solid #e0e0e0;
    transition: all 0.15s ease;
    cursor: pointer;
    font-size: 13px;
}

.ozon-reviews-sort__link:hover {
    border-color: #005BFF;
    color: #005BFF;
}

.ozon-reviews-sort__link--active {
    background: #005BFF;
    border-color: #005BFF;
    color: #fff;
}

.ozon-reviews-sort__link--active:hover {
    color: #fff;
}

/* Review Card */
.ozon-review-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 20px 24px;
    margin-bottom: 16px;
    transition: box-shadow 0.2s ease;
}

.ozon-review-card:hover {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.ozon-review-card__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.ozon-review-card__rating {
    display: flex;
    align-items: center;
    gap: 2px;
}

.ozon-star {
    color: #ddd;
    font-size: 18px;
    line-height: 1;
}

.ozon-star--filled {
    color: #FBC00E;
}

.ozon-review-card__rating-value {
    margin-left: 6px;
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

.ozon-review-card__date {
    font-size: 13px;
    color: #999;
}

/* Badge */
.ozon-review-card__badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: #00A650;
    font-weight: 500;
    margin-bottom: 10px;
    background: #f0faf0;
    padding: 3px 10px 3px 6px;
    border-radius: 12px;
}

.ozon-badge-icon {
    flex-shrink: 0;
}

/* Product name */
.ozon-review-card__product {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #888;
    margin-bottom: 10px;
    padding: 6px 10px;
    background: #fafafa;
    border-radius: 6px;
}

.ozon-review-card__product-link {
    color: #005BFF;
    text-decoration: none;
    transition: color 0.15s ease;
}

.ozon-review-card__product-link:hover {
    color: #003d99;
    text-decoration: underline;
}

/* Text */
.ozon-review-card__text {
    font-size: 15px;
    line-height: 1.55;
    color: #222;
    margin-bottom: 12px;
}

/* Pros & Cons */
.ozon-review-card__pros,
.ozon-review-card__cons {
    font-size: 14px;
    line-height: 1.5;
    color: #444;
    margin-bottom: 6px;
    padding: 6px 0;
}

.ozon-review-card__label {
    font-weight: 600;
    display: block;
    margin-bottom: 2px;
}

.ozon-review-card__label--pros {
    color: #00A650;
}

.ozon-review-card__label--cons {
    color: #E74C3C;
}

/* Author */
.ozon-review-card__author {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #f0f0f0;
}

.ozon-review-card__avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    color: #888;
    flex-shrink: 0;
}

.ozon-review-card__author-name {
    font-size: 14px;
    color: #555;
    font-weight: 500;
}

/* Pagination */
.ozon-reviews-pagination {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.ozon-reviews-pagination__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 8px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    transition: all 0.15s ease;
}

.ozon-reviews-pagination__link:hover {
    border-color: #005BFF;
    color: #005BFF;
}

.ozon-reviews-pagination__link--active {
    background: #005BFF;
    border-color: #005BFF;
    color: #fff;
    font-weight: 600;
}

.ozon-reviews-pagination__link--active:hover {
    color: #fff;
}

/* Responsive */
@media (max-width: 600px) {
    .ozon-review-card {
        padding: 16px;
    }

    .ozon-review-card__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .ozon-reviews-header__title {
        font-size: 20px;
    }

    .ozon-reviews-header__meta {
        flex-wrap: wrap;
    }
}

/* End */
/* /local/components/mdgarant/ozon.reviews/templates/.default/style.css?17800127925788 */
