/* ============================================
   MODULES/ONE_STOP_V2.CSS
   One Stop Shopping ornament — Georgia italic (SMACSS module)
   AD LASER WON — SMACSS Modular V2
   Generated: 18 Mei 2026 (Fixed spacing)
   PATENT RULE Compliance
   ============================================ */

.one-stop-wrap {
    text-align: center;
    margin: 14px 0 16px 0;
    position: relative;
    padding: 10px 0;
}

.one-stop-wrap::before,
.one-stop-wrap::after {
    content: '';
    display: block;
    width: 60%;
    max-width: 280px;
    height: 1px;
    margin: 0 auto;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(184, 147, 90, 0.4) 30%, 
        #b8935a 50%, 
        rgba(184, 147, 90, 0.4) 70%, 
        transparent 100%);
}

.one-stop-wrap::before { margin-bottom: 10px; }
.one-stop-wrap::after  { margin-top: 10px; }

.one-stop-ornament {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 4px 0;
}

.one-stop-ornament .diamond {
    display: inline-block;
    width: 5px; height: 5px;
    background: #b8935a;
    transform: rotate(45deg);
    box-shadow: 0 0 8px rgba(184, 147, 90, 0.4);
}

.one-stop-ornament .diamond-line {
    flex: 0 0 30px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #b8935a, transparent);
}

.one-stop-text {
    font-family: 'Georgia', 'Playfair Display', 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    color: #70373b; /* Marun brand */
    letter-spacing: 2px;
    line-height: 1.4;
    text-shadow: 0 1px 2px rgba(112, 55, 59, 0.08);
    margin: 0;
    padding: 0;
}
