/*
Theme Name: Mimo Blank
Theme URI: https://mimo.com.vn
Author: Mimo Group
Description: Blank theme tối giản cho Pagelayer
Version: 1.0
*/
/* ===== Testimonial layout responsive ===== */
.blog-archive h1,
.blog-single h1 {
    font-family: Montserrat;
    color: #2E2E2E;
}

.read-more {
    color: #FF7A18;
    font-weight: 600;
}

/* =====================================================
   POST CONTENT – FORCE SAFE SPACING
===================================================== */

.entry-content p {
    margin-bottom: 1em;
}

.entry-content ul,
.entry-content ol {
    margin: 1em 0 1em 1.5em;
}

.entry-content li {
    margin-bottom: .5em;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
    margin: 1.5em 0 .75em;
}

/* =====================================================
 * MIMO GROUP – COMMENT FORM STYLE
 * ===================================================== */

#respond {
    background: #FFFFFF;
    border-radius: 14px;
    padding: 28px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

/* Title */
#respond h3 {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #002D5B;
    margin-bottom: 12px;
}

/* Note */
.mimo-comment-note {
    font-size: 13px;
    color: #6B7280;
    margin-bottom: 20px;
}

.mimo-comment-note span {
    color: #FF6B00;
    font-weight: 600;
}

/* Form group */
.mimo-form-group {
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/* Label */
.mimo-form-group label {
    font-size: 13px;
    font-weight: 600;
    color: #002D5B;
}

/* Input & textarea */
.mimo-form-group input,
.mimo-form-group textarea {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid #D1D5DB;
    transition: all .25s ease;
}

/* Focus */
.mimo-form-group input:focus,
.mimo-form-group textarea:focus {
    outline: none;
    border-color: #FF6B00;
    box-shadow: 0 0 0 3px rgba(255,107,0,0,0.15);
}

/* Submit button */
.mimo-submit {
    background: linear-gradient(135deg, #FF8A33, #FF6B00);
    color: #FFFFFF;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 26px;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    transition: transform .25s ease, box-shadow .25s ease;
}

.mimo-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(255,107,0,0.35);
}

/* ==========================
   MIMO GROUP – COMMENT LIST
   ========================== */

.pagelayer-comments-template .commentlist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagelayer-comments-template .commentlist li.comment {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 18px;
    margin-bottom: 18px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    transition: transform .25s ease, background .25s ease;
}


//* ===============================
   MIMO COMMENTS STYLE
================================ */

.comment-body {
    background: #f6f7fb;
    border-radius: 10px;
    padding: 14px 16px;
    margin-bottom: 16px;
    box-shadow: 1px 2px 12px rgba(0,0,0,0.12);
}

/* HEADER */
.comment-meta {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-items: center
    margin-bottom: 10px;
}

/* AUTHOR */
.comment-author {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.comment-author .avatar {
    border-radius: 50%;
}

.comment-author .fn {
    font-weight: 600;
    color: #222;
}

.comment-author .fn a {
    color: inherit;
    text-decoration: none;
}

.comment-author .says {
    color: #777;
    font-weight: 400;
}

/* DATE + EDIT */
.comment-metadata {
    font-size: 12.5px;
    color: #888;
}

.comment-metadata a {
    color: inherit;
    text-decoration: none;
}

.comment-metadata a:hover {
    color: #ff7a00;
}

/* CONTENT */
.comment-content {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    margin-top: 6px;
}

/* REPLY */
.reply {
    margin-top: 10px;
}

.comment-reply-link {
    font-size: 13px;
    font-weight: 600;
    color: #ff7a00;
    text-decoration: none;
}

.comment-reply-link:hover {
    text-decoration: underline;
}

/* ===============================
   MIMO COMMENT FORM
================================ */

.comment-respond {
    background: #ffffff;
    border-radius: 10px;
    padding: 18px 20px;
    margin-top: 24px;
    box-shadow: 1px 2px 14px rgba(0,0,0,0.12);
}

/* TITLE */
.comment-reply-title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 14px;
    color: #222;
}

.comment-reply-title small {
    font-size: 13px;
    font-weight: 400;
    margin-left: 8px;
}

#cancel-comment-reply-link {
    color: #ff7a00;
    text-decoration: none;
}

#cancel-comment-reply-link:hover {
    text-decoration: underline;
}

/* LOGGED IN TEXT */
.logged-in-as {
    font-size: 13px;
    color: #666;
    margin-bottom: 16px;
}

.logged-in-as a {
    color: #ff7a00;
    text-decoration: none;
}

.logged-in-as a:hover {
    text-decoration: underline;
}

.required-field-message {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: #999;
}

/* FORM GROUP */
.mimo-form-group {
    margin-bottom: 14px;
}

.mimo-form-group label {
    display: block;
    font-size: 13.5px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #333;
}

.mimo-form-group label span {
    color: #ff7a00;
}

/* TEXTAREA */
.mimo-form-group textarea {
    width: 97%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.6;
    resize: vertical;
    transition: border-color .25s ease, box-shadow .25s ease;
}

.mimo-form-group textarea:focus {
    border-color: #ff7a00;
    outline: none;
    box-shadow: 0 0 0 2px rgba(255,122,0,0.15);
}

/* SUBMIT */
.form-submit {
    margin-top: 16px;
}

.mimo-submit {
    background: #ff7a00;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background .25s ease, box-shadow .25s ease;
}

.mimo-submit:hover {
    background: #e86e00;
    box-shadow: 0 4px 14px rgba(255,122,0,0.35);
}
/* ===============================
   MIMO COMMENTS – RESPONSIVE
================================ */

/* Tablet & Mobile */
@media (max-width: 768px) {

    .comment-body {
        padding: 12px 14px;
    }

    /* Header xuống dòng */
    .comment-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    /* Author gọn hơn */
    .comment-author {
        font-size: 13.5px;
    }

    .comment-author .avatar {
        width: 28px;
        height: 28px;
    }

    /* Date + edit xuống dòng */
    .comment-metadata {
        font-size: 12px;
    }

    /* Nội dung dễ đọc hơn */
    .comment-content {
        font-size: 13.5px;
    }

    /* Reply dễ bấm */
    .comment-reply-link {
        display: inline-block;
        padding: 6px 10px;
        border-radius: 6px;
        background: #fff7f0;
    }
}

/* Mobile nhỏ */
@media (max-width: 480px) {

    .comment-body {
        border-radius: 8px;
    }

    .comment-author {
        gap: 6px;
    }

    .comment-author .fn {
        font-size: 13px;
    }

    .comment-metadata {
        font-size: 11.5px;
    }

    .comment-content {
        font-size: 13px;
        line-height: 1.55;
    }
}

#comments {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 14px;
    color: #222;
}

#cancel-comment-reply-link {
    font-size: 13px;
    font-weight: 500;
    color: #ff7a00;
    text-decoration: none;
    margin-left: 8px;
}
#cancel-comment-reply-link:hover {
    text-decoration: underline;
}
