.pv-snippet-box {
    margin: 14px 0 20px;
    padding: 16px 20px;
    background: #f5f9f5;
    border: 1px solid #c8dfc8;
    border-left: 4px solid #4a7c59;
    border-radius: 6px;
    font-family: inherit;
}

.pv-snippet-box__header {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.92rem;
    font-weight: 600;
    color: #2d5a3d;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.pv-snippet-box__icon {
    width: 15px;
    height: 15px;
    color: #f0b429;
    flex-shrink: 0;
}

.pv-snippet-box__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pv-snippet-box__item {
    display: flex;
    gap: 6px;
    align-items: flex-start;
    font-size: 0.875rem;
    color: #444;
    line-height: 1.55;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddeedd;
}

.pv-snippet-box__item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.pv-snippet-box__quote {
    font-size: 1.6rem;
    line-height: 1;
    color: #4a7c59;
    opacity: 0.5;
    flex-shrink: 0;
    margin-top: -2px;
}

.pv-snippet-box__text {
    font-style: italic;
}

.pv-snippet-box__disclaimer {
    margin: 0 !important;
    padding-top: 16px !important;
    font-size: 0.75rem;
    color: #888;
    font-style: italic;
    line-height: 1.4;
}

@media (max-width: 600px) {
    .pv-snippet-box {
        padding: 12px 14px;
    }
}
