/*================
 Template Name: SeoWriteup: AI Content Generator with SEO Optimization & WordPress Publishing
 Description: AI Content Generator with SEO Optimization & WordPress Publishing
 Version: 1.0
 Author: https://themeforest.net/user/themetags
=======================*/


.select_tag_active {
    background-color: #ddd !important;
    color: #000;
    padding: 0.5rem !important;
    border-radius: 4px;
}

.th_title {
    font-size: 14px;
}
.tab_nav_style.dash_col .nav-item .btn {
    align-items: center;
}
.feature_nav .content_btn::after {
    width: 4px;
}
.hero_area_1 .video_wrapper {
    border-radius: 12px;
}
.file-drop-area {
    position: relative;
    padding: 1rem 0.5rem; /* Assuming $spacer = 0.5rem */
    transition: all 0.15s ease-in-out; /* Default $input-transition */
    border: 2px dashed #dee2e6; /* Default $input-border-color */
    background-color: #fff; /* Default $input-bg */
    text-align: center;
    cursor: pointer;
}

.file-drop-area .file-drop-input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: 0;
    outline: none;
    cursor: pointer;
    z-index: 2;
}

.file-drop-area .file-drop-icon {
    display: block;
    margin-bottom: 0.75rem;
    color: #adb5bd; /* Default $gray-500 */
}

.file-drop-area .file-drop-preview {
    margin-right: auto;
    margin-bottom: 0.75rem;
    margin-left: auto;
}

.file-drop-area .file-drop-message {
    display: block;
    margin-bottom: 1.25rem;
}

.file-drop-area .btn {
    position: relative;
    z-index: 3;
}
.icon-18 {
    width: 18px;
    height: 18px;
    line-height: 18px;
}

.icon-16 {
    width: 16px;
    height: 16px;
    line-height: 16px;
}
.icon-14 {
    width: 14px;
    height: 14px;
    line-height: 14px;
}
.icon-12 {
    width: 12px;
    height: 12px;
    line-height: 12px;
}

/* full article  css */
.tt-article-wrap img {
    max-width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    border-radius: 0.25rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    filter: brightness(0.98);
    image-rendering: -webkit-optimize-contrast;
    will-change: transform;
    border-radius: 10px;
}
/* Base Typography */
.tt-article-wrap {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        Helvetica, Arial, sans-serif;
    font-size: 1rem; /* 16px base */
    color: #333;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
    
}
.tt-article-wrap .note-editing-area{
    padding: 30px;
}
.tt-article-wrap .note-toolbar{
    background-color: #fafafa;
}
.tt-article-wrap .note-editable.card-block{
    padding: 0 !important;
}
/* Headings */
.tt-article-wrap h1 {
    font-size: 2.25rem; /* 36px */
    line-height: 1.2;
    margin: 0 0 2rem 0;
    font-weight: 700;
    color: #222;
}

.tt-article-wrap h2 {
    font-size: 1.75rem; /* 28px */
    line-height: 1.25;
    margin: 1.75rem 0 0.875rem;
    font-weight: 600;
    color: #252525;
}

.tt-article-wrap h3 {
    font-size: 1.5rem; /* 24px */
    line-height: 1.3;
    margin: 1.5rem 0 0.75rem;
    font-weight: 600;
}

.tt-article-wrap h4 {
    font-size: 1.25rem; /* 20px */
    line-height: 1.35;
    margin: 1.25rem 0 0.625rem;
    font-weight: 500;
}

.tt-article-wrap h5 {
    font-size: 1.125rem; /* 18px */
    line-height: 1.4;
    margin: 1rem 0 0.5rem;
    font-weight: 500;
}

.tt-article-wrap h6 {
    font-size: 1rem; /* 16px */
    line-height: 1.5;
    margin: 0.875rem 0 0.4375rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Paragraphs */
.tt-article-wrap p {
    font-size: 1rem; /* 16px */
    line-height: 1.6;
    margin: 0 0 1.5rem;
    color: #444;
}

/* Lists */
.tt-article-wrap ul,
.tt-article-wrap ol {
    margin: 0 0 1.5rem 1.5rem;
    padding-left: 1.5rem;
    line-height: 1.6;
}

.tt-article-wrap li {
    margin-bottom: 0.5rem;
    font-size: 1rem; /* 16px */
}

.tt-article-wrap ul {
    list-style-type: disc;
}

.tt-article-wrap ol {
    list-style-type: decimal;
}

/* Nested lists */
.tt-article-wrap ul ul,
.tt-article-wrap ol ol {
    margin-bottom: 0;
}

/* Blockquotes */
.tt-article-wrap blockquote {
    border-left: 4px solid #ddd;
    padding: 0 1.5rem;
    margin: 1.5rem 0;
    color: #666;
    font-style: italic;
    font-size: 1.125rem; /* 18px */
}

/* Links */
.tt-article-wrap a {
    color: #0066cc;
    text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .tt-article-wrap h1 {
        font-size: 1.75rem;
    }
    .tt-article-wrap h2 {
        font-size: 1.5rem;
    }
    .tt-article-wrap h3 {
        font-size: 1.25rem;
    }
    .tt-article-wrap blockquote {
        font-size: 1rem;
    }
}

/* accordion  */
.accordion-button:focus {
    box-shadow: none;
}
#seoScoreAccordion .accordion-button::after {
    display: inline-block !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    width: 0.75rem; /* Reduced from 1.25rem */
    height: 0.75rem; /* Reduced from 1.25rem */
    margin-left: auto;
    background-size: 0.75rem; /* Ensures crisp rendering at smaller size */
    transition: transform 0.2s ease-in-out; /* Smooth rotation animation */
}


/* payment gateway */

.tt-single-gateway .tt-custom-radio {
    display: none;
}
.tt-single-gateway .tt-gateway-info {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.tt-single-gateway .tt-gateway-info .tt-gateway-icon {
    position: relative;
    max-width: 5rem;
    margin: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.tt-single-gateway .tt-gateway-info .tt-gateway-icon img {
    max-width: 120px;
    max-height: 120px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.tt-single-gateway .tt-custom-radio:checked+.tt-gateway-info {
    border-color: #246aff;
}