.question-content {
    max-width: 100%;
    margin: 0 auto;
    padding: 0px;
}
body.vq_question-template-default.single.single-vq_question {
    background: #fafafa !important;
}
.one-container .site-content {
    padding: 40px 0px !important;
    background: #fafafa !important;
}
.content-layout {
    display: flex;
    gap: 30px;
    margin:0px;
}
h2 {
    font-size: 18px !important;
    line-height: 1;
    margin-bottom: 15px;
}
.left-section {
    flex: 2;
    min-width: 0;
}
p.breadcrumbs {
    padding-bottom: 10px;
    font-size: 14px;
    border-bottom: 2px solid #f0f2f7;
    margin-bottom: 10px;
}
h2.answer-section-title {
    font-size: 18px !important;
    border-bottom: 2px solid #f0f2f7;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
h2.detailed-solution-title  {
    font-size: 18px !important;
    border-bottom: 2px solid #f0f2f7;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
h2.important-points-title {
    font-size: 18px !important;
    border-bottom: 2px solid #f0f2f7;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.question-div1 {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    box-shadow: -1px 1px 4px 0 rgba(117, 138, 172, .12);
    margin-bottom: 30px;
}
.question-div2 {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    box-shadow: -1px 1px 4px 0 rgba(117, 138, 172, .12);
    margin-bottom: 30px;
}
.question-div3 {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    box-shadow: -1px 1px 4px 0 rgba(117, 138, 172, .12);
    margin-bottom: 30px;
}
.question-div4 {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    box-shadow: -1px 1px 4px 0 rgba(117, 138, 172, .12);
    margin-bottom: 30px;
}
p.breadcrumbs a {
    font-weight: 600;
    display: none !important;
}
.right-section {
    flex: 1;
    min-width: 300px;
}

/* Breadcrumb Styles */
.breadcrumb {
    margin-bottom: 20px;
    font-size: 14px;
}

.breadcrumb a {
    color: #0073e6;
    text-decoration: none;
}

/* Question Section Styles */
.question-section {
    margin-bottom: 0px !important;
}

.question-section h2 {
    margin-bottom: 15px;
    font-size: 1.5em;
}
.question-text {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
}
h2.question-title-start {
    font-weight: 600;
    font-size: medium;
    margin-bottom: 20px;
    line-height: 1.2em;
    color: #fb5621 !important;
}

/* Options List Styles */
.options-list {
    list-style: decimal;
    margin-left: 20px;
    margin-bottom: 30px;
}

.options-list li {
    margin-bottom: 10px;
    padding: 5px 0;
}

.options-list {
    list-style: decimal inside;
    padding: 0;
    margin: 0;
}

.options-list li {
    background: #fafafa;
    border-radius: 10px;
    font-size: 1rem;
    color: #000;
    font-family: inherit;
    display: flex
;
    align-items: center;
    box-shadow: none;
    padding: 12px 10px;
    line-height: 1.5;
    margin-bottom: 10px;
    border: none;
}

.options-list li::marker {
    color: #8a99a4;
    font-size: 1.8rem;
    font-weight: 600;
}
/* Answer Section Styles */
.answer-section {
    margin-bottom: 0px;
}

.solution-note {
    font-size: 0.9em;
    color: #666;
    font-weight: normal;
    margin-left: 10px;
}

/* Detailed Solution Styles */
.detailed-solution {
    margin-bottom: 30px;
}

.solution-text {
    line-height: 1.6;
}

/* Important Points Styles */
.important-points {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
    margin-top: 30px;
}

.right-section .related-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 2px solid #fb5621;
}

.right-section .other-post {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

@media (max-width: 768px) {
    .content-layout {
        flex-direction: column;
    }
    
    .content-layout .right-section {
        min-width: 100%;
    }
}

/* Sharing Icons */
.post-meta-share-icons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0;
}

.post-meta-share-icons a {
    margin: 2px;
}

.Facebook {
    color: #1877F2 !important;
}

.WhatsApp {
    color: #25D366 !important;
}

.Telegram {
    color: #229ED9 !important;
}

.Twitter {
    color: #000 !important;
}

.Copy {
    padding: 5px;
    font-size: 25px;
}

.share-container {
    position: relative;
    display: inline-block;
}

.share-icon {
    color: #333;
    vertical-align: middle;
    width: 16px;
}

#listenButton {
    border-radius: 50%;
    font-size: 14px;
    width: 33px;
    height: 33px;
    display: inline-block;
    text-align: center;
    border: 2px solid #fb5621;
    color: #fb5621;
    padding: 5px 8px;
}

.vjrm-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0px;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    padding: 10px;
    z-index: 1000;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
}

#shareToggle {
    width: max-content;
    background-color: #fb5621;
    border: none;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
    fill: #fff;
    height: 35px;
    padding: 5px 10px;
    outline: none;
    font-size: 16px;
    transition: all 0.3s ease;
}

#shareToggle:hover {
    border-radius: 5px;
    border: 1px solid #fb5621;
    background: transparent;
    color: #fb5621;
}

.share-button {
    height: 35px;
    padding: 5px 10px;
    outline: none;
    font-size: 16px;
    transition: all 0.3s ease;
}

.share-button:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    background-color: #0056b3;
    transform: scale(1.05) rotate(-1deg);
}

.follow-us-btn {
    width: max-content;
    border-radius: 5px;
    border: 1px solid #fb5621;
    background: transparent;
    color: #fb5621;
    font-weight: normal !important;
    display: flex;
    align-items: center;
    gap: 5px;
}

.follow-us-btn:hover {
    border: 1px solid #fb5621;
    background: transparent;
    color: #fb5621 !important;
}

.hidden {
    display: none;
}

#popupContent {
    display: none;
    position: absolute;
    padding: 5px 10px;
    background-color: #000;
    border-radius: 5px;
    color: #fff;
    transform: translate(-55%, -150%);
}

.gnews-logo {
    height: 18px;
    width: 18px !important;
}

/* Tags */
.tags {
    display: inline-block;
    background-color: #fb5621;
    color: white !important;
    padding: 5px 10px;
    border-radius: 3px;
    margin-right: 5px;
    text-decoration: none;
    margin-bottom: 5px;
}

.tags:hover {
    background-color: #e0451d;
}

.fjahq-bold {
    font-weight: bold;
    margin-right: 5px;
}

/* Navigation */
.post-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom:20px
}

.prev-post,
.next-post {
    flex: 1;
}

.prev-post span,
.next-post span {
    display: block;
    font-size: 0.9em;
    color: #666;
}

.prev-post a,
.next-post a {
    text-decoration: none;
    font-weight: bold;
    color: #fb5621;
}

.prev-post a:hover,
.next-post a:hover {
    text-decoration: underline;
}

/* Author Box */
.author-box {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
    margin: 30px 0;
    display: flex;
    align-items: flex-start;
}

.author-avatar {
    margin-right: 20px;
}

.author-avatar img {
    border-radius: 50%;
}

.author-content {
    flex: 1;
}

.author-name {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.author-description {
    clear: both;
    padding-top: 10px;
}

/* FAQ Section */
.faq {
    background: #ffdbbb;
    padding: 10px;
    border-radius: 5px;
    margin: 30px 0;
}

.faq h2 {
    color: #000 !important;
    margin-top: 0;
}

.faq-item {
    border-bottom: 1px solid burlywood;
}

.faq-question {
    margin: 0.5em 0;
    padding: 10px;
    color: #000;
    cursor: pointer;
}

.faq-answer {
    font-size: 16px;
    display: none;
    margin-left: 20px;
    margin-bottom: 10px;
}

.toggle-sign {
    float: right;
    font-size: 25px;
    color: #fb5621;
}

/* Related Questions */
.related-title {
    font-size: 18px;
    font-weight: bold;
    margin: 30px 0 15px 0;
    padding-bottom: 5px;
    border-bottom: 2px solid #fb5621;
}

.related-posts {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.related-post-item {
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
}

.related-post-image {
    position: relative;
}

.related-post-image img {
    width: 100%;
    height: auto;
}

.related-post-content {
    padding: 10px;
}

.related-post-content a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

.related-post-meta {
    font-size: 0.8em;
    color: #666;
    margin-top: 5px;
}

/* Custom Fields */
.custom-fields-section {
    margin: 20px 0;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 5px;
}

.field-group {
    margin-bottom: 10px;
}

.field-group:last-child {
    margin-bottom: 0;
}

.field-group label {
    font-weight: 600;
    margin-right: 10px;
    color: #333;
}

.field-group a {
    color: #fb5621;
    text-decoration: none;
}

.field-group a:hover {
    text-decoration: underline;
}

.keywords {
    display: inline-block;
    color: #666;
    font-style: italic;
}

/* Product Slider for Courses */
.product-slider {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    padding: 20px 0;
    scrollbar-width: none; /* Firefox */
}

.product-slider::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.product-item {
    flex: 0 0 auto;
    width: 240px;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.product-item img {
    max-width: 100%;
    height: auto;
    border-radius: 3px;
}

.ptitle {
    font-weight: bold;
    margin: 10px 0;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-pricing {
    margin: 10px 0;
}

.current-price {
    font-weight: bold;
    color: #fb5621;
    font-size: 1.2em;
}

.explore-button {
    display: inline-block;
    background-color: #fb5621;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 10px;
    transition: background-color 0.3s;
}

.explore-button:hover {
    background-color: #e0451d;
}

.no-image {
    background-color: #f0f0f0;
    padding: 20px;
    text-align: center;
    color: #666;
    font-style: italic;
}
.author-avatar img {
    height: 100px !important;
    max-width: 100px !important;
    border-radius: 50% !important;
    margin-right: 10px !important;
    float: left !important;
}
.author-box, .author-description {
    font-size: 15px !important;
    color: #444 !important;
    padding: 7px !important;
}
.answer-text {
    font-size: 16px;
}
span.option-number {
    color: #89959b;
    margin-right: 5px;
    font-weight: 600;
}
.prev-post a:hover {
    text-decoration: none;
}
.next-post a:hover {
    text-decoration: none;
}