/* ── Appstechy Custom Heading Styles ── */

.appstechy-heading-wrapper {
    width: 100%;
    box-sizing: border-box;
    text-align: center; /* Default fallback alignment */
}

/* Custom Heading Font Defaults */
.appstechy-custom-heading {
    margin: 0;
    line-height: 1.3;
    color: #333333;
    font-weight: 700;
    text-align: center; /* Default fallback alignment */
}

/* Highlight & Normal Text */
.appstechy-heading-highlight {
    color: #0176ab;
    display: inline;
}

.appstechy-heading-remaining {
    display: inline;
}

/* ── Divider Positions ── */

/* 1. Divider Above Title */
.appstechy-divider-above {
    display: inline-block;
    margin-bottom: 12px;
    height: 3px;
    width: 80px;
    background-color: #0176ab;
    border-radius: 2px;
}

/* 2. Divider Below Title (Inline/Aligned Block) */
.appstechy-divider-below-center {
    display: inline-block;
    margin-top: 12px;
    height: 3px;
    width: 80px;
    background-color: #0176ab;
    border-radius: 2px;
}

/* 3. Divider Below Remaining Text (Inline Underline) */
.appstechy-heading-remaining.underline-inline {
    border-bottom: 3px solid #0176ab;
    padding-bottom: 2px;
}
