.breadcrumb {
    margin-bottom: 24px !important;
}

.head-sin h1 {
    font-size: 24px;
    font-weight: 700;
    text-align: right;
}

.sub-head {
    display: flex;
    align-items: center;
    gap: 13px;
}

.dot {
    color: #f2f2f3;
}

.sub-head p {
    padding: 8px;
    font-size: 12px;
    font-weight: 600;
}

.head-sin img {
    border-radius: 16px;
}

.content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}

.sidebar {
    border: 1px solid #e4e4e5;
    margin-top: 136px;
    padding: 24px;
    border-radius: 16px;
    margin-bottom: 20px;
}

.sidebar h2 {
    font-size: 24px;
    font-weight: 700;
    color: #070d14;
}

.sin-last h3 {
    margin-top: 40px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.sin-last p {
    margin-top: 48px;
    font-size: 12px;
    font-weight: 400;
    color: #9fa1a4;
    padding-bottom: 32px;
    border-bottom: 1px solid #e4e4e5;
}

.bb-none p {
    border-bottom: none !important;
    padding-bottom: 0;
}

.social-sin {
    margin-top: 32px;
}

.content {
    padding-bottom: 56px;
    border-bottom: 1px solid #e4e4e5;
}

.social-head {
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 600;
}

.social-icon {
    display: flex;
    gap: 20px;
}

.social-icon img {
    width: 56px;
    height: auto;
}

.comment-box {
    margin-top: 96px;
}

.head-comment h2 {
    font-size: 20px;
    font-weight: 700;
}

.head-comment p {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: #33383f;
}

.form-comment textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #e4e4e5;
    background-color: #f9f9fa;
    border-radius: 8px;
}

.form-comment {
    margin-top: 56px;
}
.name-email {
    display: flex;
    gap: 24px;
}

.name-email {
    margin-top: 32px;
}
.name label {
    display: block;
}

.email label {
    display: block;
}

.name input {
    width: 100%;
    border: 1px solid #e4e4e5;
    background-color: #f9f9fa;
    padding: 16px 0;
    border-radius: 8px;
}

.email input {
    width: 100%;
    border: 1px solid #e4e4e5;
    background-color: #f9f9fa;
    padding: 16px 0;
    border-radius: 8px;
}
.name input::placeholder {
    padding-right: 16px;
}
.email input::placeholder {
    padding-right: 16px;
}

.sned-comment {
    color: #fff;
    background-color: #1667ff;
    border: none;
    border-radius: 8px;
    padding: 16px 24px;
    margin-top: 48px;
}
.comments-list {
    margin-bottom: 30px;
    margin-top: 92px;
}

.comment-item {
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-radius: 12px;
}

.comment-author {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.comment-author img {
    border-radius: 50%;
    margin-left: 15px;
}

.author-details h4 {
    margin: 0;
    font-size: 16px;
}

.comment-date {
    font-size: 12px;
    color: #666;
}

.comment-content p {
    margin: 0;
    line-height: 1.6;
}

/* schema style */
.schema-faq {
    width: 100%;
    margin: 20px auto;
}
.schema-faq-section {
    border-bottom: 1px solid #ddd;
}
.schema-faq-question {
    background: #f7f7f7;
    padding: 15px;
    cursor: pointer;
    font-weight: bold;
    border: none;
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.schema-faq-question::after {
    content: "\002B"; /* Plus sign */
    font-size: 20px;
    transition: transform 0.3s;
}
.schema-faq-question.active::after {
    content: "\2212"; /* Minus sign */
}
.schema-faq-answer {
    display: none;
    padding: 15px;
    background: #fff;
}

