
.comments-inner {
    margin:30px auto;
    padding:0 15px
}
.comment-list {
    list-style:none;
    padding:0;
    margin:0
}
.comment-item {
    background:#f9f9f9;
    border-radius:10px;
    padding:15px 20px;
    margin-bottom:15px
}
.comment-author {
    font-weight:700;
    color:#333;
    margin-bottom:5px
}
.comment-meta {
    font-size:12px;
    color:#777;
    margin-bottom:10px
}
.comment-text {
    font-size:14px;
    color:#444;
    line-height:1.6
}
.comment-form input[type=email],.comment-form input[type=text],.comment-form textarea {
    width:100%;
    padding:12px;
    border:1px solid #ccc;
    border-radius:8px;
    margin-bottom:10px
}
.comment-form button {
    background-color:#0073aa;
    color:#fff;
    padding:10px 20px;
    border-radius:8px;
    cursor:pointer;
    border:none
}
.site-section-author {
    background-color:#fdfdfd;
    padding:20px 25px;
    border-radius:12px;
    box-shadow:0 2px 8px rgba(0,0,0,.06);
    margin:30px auto
}
.site-section-author.author-inner {
    display:flex;
    align-items:center;
    gap:20px;
    flex-direction:column;
    align-items:center
}
.author-avatar-inner img {
    border-radius:50%;
    width:100px;
    height:100px;
    object-fit:cover;
    border:3px solid #0073aa
}
.author-info {
    flex:1
}
.author-title h2 {
    font-size:20px;
    font-weight:600;
    margin:0 0 5px
}
.author-title h2 a {
    color:#0073aa;
    transition:color .3s
}
.author-title h2 a:hover {
    color:#005177
}
.author-description {
    font-size:14px;
    color:#555;
    line-height:1.5
}

.faq-section {
    margin-top:50px;
    max-width:100%;
}
.faq-title {
    font-size:26px;
    margin-bottom:20px;
    border-right:1px solid #0073aa;
    padding-right:10px
}
.faq-item {
    margin-bottom:10px;
    border:1px solid #eee;
    border-radius:8px;
    overflow:hidden
}
.faq-question {
    width:100%;
    background:#f7f7f7;
    border:none;
    padding:12px;
    font-size:16px;
    text-align:right;
    cursor:pointer;
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-weight:700
}
.faq-icon {
    font-size:22px;
    transition:transform 0.3s ease
}
.faq-answer {
    max-height:0;
    overflow:hidden;
    transition:max-height 0.3s ease;
    padding:0 15px
}
.faq-answer p {
    padding:15px 0;
    margin:0;
    line-height:1.8
}
.faq-item.active .faq-answer {
    max-height:500px
}
.faq-item.active .faq-icon {
    transform:rotate(45deg)
}
.adsense-fixed {
    display:block;
    margin:1rem auto;
    width:auto;
    height:auto;
    max-width:100%;
    overflow:hidden
}
.adsense-size {
    display:flex;
    justify-content:center;
    margin:1rem 0
}
.adsense-unit {
    display:block;
    margin:1rem auto;
    overflow:hidden
}

.main-box {
    margin:0 auto;
    background:#fff;
}
.main-box.style1 {
    max-width:100%;
    background:transparent;
    box-shadow:none
}
.main-box.style2 {
    max-width:1200px;
    box-shadow:0 2px 6px rgba(0,0,0,.1)
}
.main-box.style3 {
    max-width:1100px;
    box-shadow:0 2px 8px rgba(0,0,0,.4)
}
.main-box.style4 {
    max-width:900px;
    box-shadow:0 8px 20px rgba(0,0,0,.15);
    border-radius:12px
}
.site-logo .logo-dark {
    display:none
}
.site-logo .logo-light {
    display:inline-block
}

.theme-toggle {
    background:none;
    border:none;
    padding:0;
    margin:0;
    cursor:pointer;
    display:inline-flex;
    align-items:center;
    justify-content:center
}
.theme-toggle-track {
    width:52px;
    height:26px;
    background:#e4e4e4;
    border-radius:999px;
    padding:3px;
    box-sizing:border-box;
    display:flex;
    align-items:center;
    transition:background 0.3s ease,box-shadow 0.3s ease;
    box-shadow:inset 0 0 0 1px rgba(0,0,0,.06)
}
.theme-toggle-thumb {
    width:20px;
    height:20px;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 2px 5px rgba(0,0,0,.25);
    transition:transform 0.3s ease,background 0.3s ease,box-shadow 0.3s ease;
    transform:translateX(0)
}
.theme-toggle-icon {
    width:16px;
    height:16px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.6;
    stroke-linecap:round;
    stroke-linejoin:round;
    transition:color 0.3s ease
}
.theme-toggle-icon .icon-sun,.theme-toggle-icon .icon-moon {
    transform-origin:center center;
    transition:opacity 0.3s ease,transform 0.3s ease
}
.theme-toggle-icon .icon-sun {
    opacity:1;
    transform:scale(1);
    color:#ffb300;
    stroke:#ffb300
}
.theme-toggle-icon .icon-moon {
    opacity:0;
    transform:scale(.5);
    color:#e0ecff;
    stroke:#e0ecff
}
.theme-toggle:hover .theme-toggle-thumb {
    box-shadow:0 3px 7px rgba(0,0,0,.3)
}