.ajax-loader {
    text-align: center;
    padding: 40px;
    font-size: 18px;
}

.ajax-loader:after {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    margin: 15px auto;
    border: 3px solid #ddd;
    border-top-color: #000;
    border-radius: 50%;
    animation: spin .7s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.comment-box .comment-respond {
    padding: clamp(1rem, 0.4574rem + 2.0426vw, 2.5rem);
    border-bottom: 1px solid #ddd;
}
/* .comment-box {
    border: 1px solid #ddd;
    border-radius: 20px;
    overflow: hidden;
}

.comment-box .comment-respond {
    padding: 40px;
    border-bottom: 1px solid #ddd;
}

.comment-box textarea {
    width: 100%;
    min-height: 180px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 12px;
    resize: vertical;
}

.comment-box .form-submit {
    margin-top: 20px;
    text-align: right;
}

.comment-box .comment-list,
.comment-box .comments-list {
    padding: 40px;
}

.comment-body,
.comment {
    margin-bottom: 35px;
}

.comment-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.comment-author img {
    border-radius: 50%;
}

.comment-meta {
    margin-bottom: 10px;
}

.comment-content p {
    margin: 0;
}

.comment-reply-link {
    margin-left: 10px;
    font-size: 14px;
} */

/* AUth Forms Custom Css */
.auth-form label.error {
    color: red !important;
    font-size: 14px !important;
}

/* .auth-form .error p {
    color: red !important;
    font-size: 14px !important;
}

.auth-box .success p {
    color: #16a34a;
    font-size: 14px;
    margin: 0;
} */

/* Auth Alert Messages */
.auth-notice {
    padding: 12px 16px;
    margin-bottom: 20px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.5;
}

.auth-notice p {
    margin: 0;
}

/* Error Alert */
.auth-notice.error {
    background: #fef2f2;
    border: 1px solid #fecaca;
}

.auth-notice.error p {
    color: #dc2626;
}

/* Success Alert */
.auth-notice.success {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
}

.auth-notice.success p {
    color: #16a34a;
}

.ajax-loader,
.infinite-loader {
    text-align: center;
    padding: 30px;
    width: 100%;
}

.ajax-loader span,
.infinite-loader span {
    display: inline-block;
    padding: 10px 20px;
    background: #f5f5f5;
    border-radius: 4px;
}

.two-line-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.error-404-content{
    text-align: center;
}

.error-404-content .error-code{
    font-size: 40px;
}

.video-thumbnail img {
    width: 100%;
    object-fit: cover;
}

.learn-detail-hero-section .wrap {
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
    width: 100%;
}

.comment-reply-title {
    display: flex;
    font-size:clamp(1rem, 0.9462rem + 0.4029vw, 1.5rem);
    align-items: baseline; 
}
.comment-reply-title small {
    margin-left: clamp(0.1875rem, 0.0293rem + 0.5957vw, 0.625rem);
    font-size: 0.7em;
    font-weight: normal;
}

.advisor-box .advisor-info p {
    font-size: clamp(1rem, 0.8481rem + 0.3165vw, 1.125rem);
}

@media (max-width: 991px) {
    .access-deals-section.style-2 .side-images {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}

tr:empty {
    display: none !important;
}