/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #1F2D26;
    line-height: 1.6;
}

/* Article Container */
.article-container {
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 80px 40px 40px;
}

.container-into-container {
    max-width: 1200px;
    margin: 0 auto;
}

.article {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

/* ÃÂ¡Ã‘ÂÃ‘â€¹ÃÂ»ÃÂºÃÂ° ÃÂ² ÃÂ±ÃÂ»ÃÂ¾ÃÂºÃÂµ Ã‘Â Ã‘â€žÃÂ¾Ã‘â‚¬ÃÂ¼ÃÂ¾ÃÂ¹ ÃÂºÃÂ¾ÃÂ¼ÃÂ¼ÃÂµÃÂ½Ã‘â€šÃÂ°Ã‘â‚¬ÃÂ¸Ã‘Â */
.form-group a[href="#login_form"] {
    color: #DB0075;
  }
  
  /* ÃÂ¡Ã‘ÂÃ‘â€¹ÃÂ»ÃÂºÃÂ° ÃÂ² ÃÂºÃÂ¾ÃÂ¼ÃÂ¼ÃÂµÃÂ½Ã‘â€šÃÂ°Ã‘â‚¬ÃÂ¸Ã‘ÂÃ‘â€¦ */
  .likes_and_otvet a[href="#login_form"] {
    color: #DB0075;
  }

/* Breadcrumbs */
.breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 21px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.219em;
    color: #1F2D26;
}

.breadcrumb-separator {
    color: #1F2D26;
}

.breadcrumb-item {
    color: #1F2D26;
}

/* Article Title */
.article-title {
    font-family: 'Druk', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.214em;
    color: #14281E;
    margin-bottom: 21px;
}

.article-author__link {
    margin-left: 4px;
    font-weight: 500;
    color: #14281E;
}

.article-author__name {
    margin-left: 6px;
    color: #1F2D26;
    font-weight: 500;
}

.article-author__link:hover,
.article-author__name:hover {
    color: #F91E93;
}

body > main > div.container-into-container > div > div.items_comments {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Article Meta */
.article-meta {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-bottom: 40px;
}

#respond > h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    display:  flex;
    justify-content: space-between;
}

#cancel-comment-reply-link {
    color: black;
    margin-right: 20px;
    /* height: 20px; */
    /* width: 20px; */
}

#cancel-comment-reply-link > span {
    font-size: 28px;
}



#commentform {
    margin-top: 12px;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.219em;
    color: #1F2D26;
}

.meta-icon {
    width: 24px;
    height: 24px;
}

/* Article Content */
.article-content {
    width: 793px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}

.article-content img {
    max-width: 100%;
    height: auto;
}

.article-content img.article-text {
    display: block;
    max-width: min(100%, 1200px);
    height: auto;
}

.article-content p span {
    display: flex;
    align-items: baseline;
	gap: 4px;
  }

.article-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.219em;
    color: #1F2D26;
}

/* Content Sections */
.content-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.section-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.219em;
    color: #1F2D26;
}

.section-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.219em;
    color: #1F2D26;
}

/* Content List */
.content-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.list-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.list-bullet {
    display: inline-block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    background: url('/wp-content/themes/messia/includes/assets/img/article-page/star-item.svg') no-repeat center;
    background-size: contain;
}

.list-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.219em;
    color: #1F2D26;
    flex: 1;
}

/* Comment Section */
.comment-section {
    width: 793px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.share-header {
    display: flex;
    flex-direction: column;
    gap: 21px;
}

.share-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.219em;
    color: #1F2D26;
}

.share-icons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.share-link {
    display: inline-block;
    text-decoration: none;
    transition: opacity 0.2s;
}

.share-link:hover {
    opacity: 0.7;
}

.share-link:active {
    opacity: 0.5;
}

.share-icon {
    width: 40px;
    height: 40px;
    display: block;
}

.share-icon.copy-link-icon {
    width: 25px;
    height: 25px;
}

/* Comment Form */
.comment-form {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#g-recaptcha-response {
    display: none !important;
}

.form-label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.219em;
    color: #1F2D26;
}

.form-input {
    width: 100%;
    padding: 20px;
    padding-bottom: 15px;
    background-color: #F5F3F1;
    border: none;
    border-radius: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.219em;
    color: #1F2D26;
    resize: vertical;
    min-height: 120px;
}

.form-input::placeholder {
    color: #B7B7B7;
}

.form-input:focus {
    outline: none;
}

/* Form Footer */
.form-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
    margin-top: 12px;
}

/* reCAPTCHA */
.recaptcha-container {
    flex-shrink: 0;
}

.recaptcha {
    width: 302px;
    height: 76px;
    background-color: #F9F9F9;
    border: 1px solid #D3D3D3;
    border-radius: 3px;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 13px;
}

.recaptcha-checkbox {
    display: flex;
    align-items: center;
    gap: 13px;
}

.checkbox {
    width: 28px;
    height: 28px;
    border: 1px solid #C1C1C1;
    border-radius: 2px;
    background-color: #FFFFFF;
    position: relative;
}

.checkbox::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 2px;
    left: 2px;
    background-color: white;
}

.recaptcha-text {
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.15em;
    color: #14281E;
}

.recaptcha-badge {
    width: 66px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recaptcha-logo {
    width: 28.61px;
    height: 28.54px;
    background: linear-gradient(135deg, #4285F4 0%, #1C3AA9 100%);
    border-radius: 2px;
    position: relative;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.38);
}

.recaptcha-logo::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 22.34px;
    height: 14.24px;
    background-color: #FFFFFF;
    border-radius: 1px;
}

.recaptcha-logo::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 55.42px;
    height: 19.68px;
    background-color: #1C3AA9;
    border-radius: 1px;
}

/* Submit Button */
.submit-button {
    padding: 14px 40px 16px;
    background-color: #DB0075;
    border: none;
    border-radius: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.219em;
    color: #FFFFFF;
    cursor: pointer;
    transition: opacity 0.2s;
    white-space: nowrap;
}

.submit-button:hover {
    opacity: 0.9;
}

.submit-button:active {
    opacity: 0.8;
}

/* Responsive Design */

@media (max-width: 1200px) {
    .article-container {
        padding: 80px 40px 40px;
    }
    
    .article-title {
        width: 100%;
        font-size: 32px;
    }
    
    .article-content,
    .comment-section {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .article-container {
        padding: 40px 20px 0px;
    }
    
    .article-title {
        font-size: 24px;
    }
    
    .article-text,
    .section-text,
    .list-text {
        font-size: 18px;
    }
    
    .section-title,
    .share-title,
    .form-label {
        font-size: 18px;
    }
    
    .form-footer {
        flex-direction: column;
        align-items: stretch;
    }
    
    .recaptcha {
        width: 100%;
    }
    
    .submit-button {
        width: 100%;
    }

	.form-input {
        font-size: 16px
    }

    .comment-form {
        gap: 0;
    }

    .container-into-container {
        margin-top: 0;
    }

    .item.comment .desk {
        margin-left: 36px;
    }



    .item.comment .item.comment {
        margin-top: 6px;
    }
}