Dostava

/* ========================================================== STILOVI ZA PRAVNE STRANICE (USLOVI KORIŠĆENJA) ========================================================== */ .moment-legal-wrapper { max-width: 800px; margin: 0 auto; padding: 80px 20px; font-family: var(--font-body-family), sans-serif; color: #333; } .legal-header { text-align: center; margin-bottom: 60px; } .legal-badge { display: inline-block; color: #e32c2b; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 15px; } .legal-title { font-family: var(--font-heading-family), serif; font-size: 42px; font-weight: 700; color: #111; margin: 0 0 20px 0; line-height: 1.2; } .legal-divider { width: 60px; height: 3px; background-color: #e32c2b; margin: 0 auto 30px auto; } .legal-intro { font-size: 16px; line-height: 1.6; color: #666; max-width: 600px; margin: 0 auto; } .legal-content { background: #ffffff; border-radius: 12px; padding: 10px; } .legal-section { margin-bottom: 50px; } .legal-section:last-child { margin-bottom: 0; } .legal-section h3 { font-family: var(--font-heading-family), serif; font-size: 22px; font-weight: 700; color: #111; margin-top: 0; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px solid #eaeaea; } .legal-section p { font-size: 15px; line-height: 1.8; color: #555; margin: 0 0 15px; } .legal-section p:last-child { margin-bottom: 0; } .legal-section strong { color: #111; font-weight: 600; } .legal-section em { font-style: italic; color: #111; } .legal-section a { color: #e32c2b; text-decoration: none; font-weight: 500; transition: color 0.2s ease; } .legal-section a:hover { color: #c92423; text-decoration: underline; } .legal-list { list-style: none; margin: 0 0 20px 0; background-color: #fcfcfc; border: 1px solid #f0f0f0; border-radius: 8px; padding: 20px 25px; } .legal-list li { font-size: 15px; line-height: 1.8; color: #555; margin-bottom: 10px; display: flex; flex-wrap: wrap; gap: 8px; } .legal-list li:last-child { margin-bottom: 0; } .alert-section { background-color: rgba(227, 44, 43, 0.03); padding: 30px; border-radius: 8px; border-left: 4px solid #e32c2b; } .alert-section h3 { border-bottom: none; padding-bottom: 0; } .payment-section { background: #fcfcfc; border: 1px solid #eeeeee; border-radius: 10px; padding: 28px; } .payment-section h3 { border-bottom-color: #e1e1e1; } .legal-translation { margin-top: 22px; padding: 20px; background: #ffffff; border-left: 3px solid #e32c2b; border-radius: 6px; } .legal-translation > strong { display: block; margin-bottom: 10px; font-size: 14px; color: #111; } .legal-translation p { color: #666; font-style: italic; font-size: 14px; } @media (max-width: 768px) { .moment-legal-wrapper { padding: 60px 20px; } .legal-title { font-size: 32px; } .legal-section h3 { font-size: 20px; } .alert-section, .payment-section { padding: 20px; } .legal-translation { padding: 16px; } }