/* ===== La vibbe en bref — Style frontend ===== */

.vibbe-en-bref {
    background-color: #F5F0E8;
    border-radius: 12px;
    padding: 28px 32px 20px 32px;
    margin: 32px 0;
    position: relative;
    overflow: hidden;
    font-family: Georgia, 'Times New Roman', serif;
}

.vibbe-en-bref__pin-deco {
    position: absolute;
    top: 16px;
    right: 24px;
    opacity: 0.12;
    width: 48px;
    height: 48px;
    pointer-events: none;
}

.vibbe-en-bref__pin-icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    position: relative;
    top: -1px;
}

.vibbe-en-bref__titre {
    margin: 0 0 6px 0 !important;
    font-size: 17px;
    font-style: italic;
    color: #1a1a1a;
    font-weight: 600;
}

.vibbe-en-bref__diamond {
    color: #C0392B;
    margin-right: 4px;
}

.vibbe-en-bref__divider-top {
    border: none !important;
    border-top: 2px solid #C0392B !important;
    width: 36px;
    margin: 0 0 20px 0 !important;
    display: block;
}

.vibbe-en-bref__item {
    margin: 0 0 12px 0 !important;
    font-size: 15px;
    color: #2c2c2c;
    line-height: 1.6;
}

.vibbe-en-bref__link {
    color: #C0392B;
    text-decoration: underline;
    font-weight: 500;
}

.vibbe-en-bref__link:hover {
    opacity: 0.8;
}

.vibbe-en-bref__divider-bottom {
    border: none !important;
    border-top: 1px solid #d9cfc0 !important;
    margin: 8px 0 14px 0 !important;
}

.vibbe-en-bref__note {
    margin: 0 !important;
    font-size: 13px;
    color: #888;
    font-style: italic;
}
