.gvrs-stats,
.gvrs-reviews,
.gvrs-widget {
    margin: 40px auto;
    max-width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

}
.gvrs-widget iframe,
.gvrs-widget > div {
    margin: 0 auto !important;
}

.gvrs-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    margin: 24px 0;
}

.gvrs-stat,
.gvrs-card {
    background: #ffffff;
    color: #1f2933;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

.gvrs-stat strong {
    display: block;
    font-size: 28px;
    line-height: 1.1;
    color: #111827;
}

.gvrs-stat span {
    display: block;
    margin-top: 6px;
    color: #4b5563;
}

.gvrs-button {
    display: inline-block;
    background: #111827;
    color: #ffffff !important;
    text-decoration: none;
    padding: 12px 18px;
    border-radius: 999px;
    font-weight: 600;
}

.gvrs-button:hover {
    background: #000000;
    color: #ffffff !important;
}

.gvrs-heading {
    margin-bottom: 24px;
}

.gvrs-heading h2,
.gvrs-card h3 {
    color: #111827;
}

.gvrs-heading p,
.gvrs-meta,
.gvrs-text,
.gvrs-text p {
    color: #374151;
}

.gvrs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

.gvrs-card h3 {
    margin: 10px 0;
    font-size: 20px;
}

.gvrs-stars {
    color: #f59e0b;
    font-size: 20px;
    letter-spacing: 2px;
}

.gvrs-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 14px;
    margin-bottom: 12px;
}

.gvrs-meta span:not(:last-child)::after {
    content: "·";
    margin-left: 8px;
}

.gvrs-text p:last-child {
    margin-bottom: 0;
}

.gvrs-widget {
    margin: 24px 0;
    max-width: 100%;
    overflow: hidden;
}