/* VARS */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;

    /* CUSTOM */
    --e-global-color-primary: #FD7E14;
    --e-global-color-secondary: #C1C1C1;
    --e-global-color-text: #333333;
    --e-global-color-accent: #9D2F09;
}

#related-ubicaciones .elementor-post__title::before {
    content: 'UBICACIONES';
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--e-global-color-primary);
}

#related-ubicaciones .elementor-icon-list-item {
    margin-bottom: 12px;
}

#related-ubicaciones .elementor-icon-list-item .elementor-icon-list-icon {
    background-color: var(--e-global-color-primary);
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}
#related-ubicaciones .elementor-icon-list-item .elementor-icon-list-icon svg {
    fill: var(--white);
}