@import "../settings/_mixins";
@import "../settings/_variables";

.dnetor-heading {
    --subheading-border-width: 2px;
    --subheading-border-color: $accent_color;

    .dnetor-heading-divider {
        display: block;
        height: 3px;
        width: 100px;
        margin-top: 0.875rem;
        margin-bottom: 0.875rem;
        background-color: $accent_color;
    }

    .dnetor-heading-title {
        margin-top: 0;
        margin-bottom: 0;
        mark {
            position: relative;
            background: transparent;
            padding: 0;
            color: $accent_color;
            &:before {
                position: absolute;
                bottom: 0;
                width: 100%;
                height: 3px;
                left: 0;
                background: #000;
            }
        }
    }

    .dnetor-heading-subtitle {
        margin-top: 0;
        margin-bottom: 10px;
        font-weight: 500;
        text-transform: uppercase;
        color: $accent_color;
        display: inline-block;
    }

    .dnetor-heading-description {
        margin-top: 12px;
        p {
            margin: 0;
        }
    }
}
