/* Custom styles for Coreva Studio */

:root {
    --theme-primary: #D1A054; /* Match the gold/primary color from Home page */
}

/* Rich Text Content Styling (for EMS, Pilates, Blog and Service Details) */
.rich-text-content ul {
    list-style-type: none !important;
    padding-left: 10px !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.rich-text-content li {
    position: relative !important;
    padding-left: 30px !important;
    margin-bottom: 10px !important;
    line-height: 1.6 !important;
    color: inherit !important;
}

.rich-text-content li::before {
    content: "\f00c" !important; /* FontAwesome check icon */
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Solid", "FontAwesome", sans-serif !important;
    font-weight: 900 !important;
    position: absolute !important;
    left: 0 !important;
    top: 2px !important;
    color: var(--theme-primary) !important;
    font-size: 16px !important;
}

/* Ensure paragraph spacing in rich text */
.rich-text-content p {
    margin-bottom: 15px !important;
}

.rich-text-content p:last-child {
    margin-bottom: 0 !important;
}
