.blog-title-accent {
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    font-style: inherit !important;
    letter-spacing: inherit !important;
    line-height: inherit !important;
    color: var(--blog-title-accent-color, #b91c1c) !important;
}

a:hover .blog-title-accent,
a:focus .blog-title-accent,
.hover-line:hover .blog-title-accent,
.post-card-title a:hover .blog-title-accent,
.abad-card__title a:hover .blog-title-accent,
.box-title-22 a:hover .blog-title-accent,
.breaking-news:hover .blog-title-accent {
    color: var(--blog-title-accent-color, #b91c1c) !important;
}

.blog-title-preview {
    font-weight: 600;
    line-height: 1.4;
    min-height: 2.5rem;
}

.blog-title-preview .blog-title-accent {
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
}

.blog-title-preview-wrap.is-empty {
    display: none;
}

h1 .blog-title-accent,
h2 .blog-title-accent,
h3 .blog-title-accent,
h4 .blog-title-accent,
.post-title .blog-title-accent,
.abad-card__title .blog-title-accent,
.np-article-title .blog-title-accent,
.breadcumb-menu .blog-title-accent {
    font-family: inherit !important;
    font-weight: inherit !important;
}

.breadcumb-menu .blog-title-accent {
    display: inline;
}

.blog-title-color-picker {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.65rem;
}

.blog-title-color-picker input[type="color"] {
    width: 100%;
    max-width: 220px;
    height: 40px;
    padding: 3px;
    border: 1px solid var(--bs-border-color, #dee2e6);
    border-radius: 0.5rem;
    cursor: pointer;
    background: #fff;
}

.blog-title-color-swatches {
    display: flex;
    gap: 0.45rem;
    flex-wrap: wrap;
}

.blog-title-color-swatch {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    border-radius: 0.45rem;
    border: 2px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.35);
    cursor: pointer;
    padding: 0;
    flex: 0 0 auto;
}

.blog-title-color-swatch.is-active {
    border-color: #fff;
    box-shadow: 0 0 0 2px #f97316, 0 0 0 1px rgba(15, 23, 42, 0.4);
}
