/* Optimized Pages CSS - बैंकॉक.com Article Pages */

/* Facilities / Comparison Tables */
.facilities-table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0 25px 0;
    font-size: 13px;
}
.facilities-table th {
    background: #555;
    color: #fff;
    padding: 10px 12px;
    text-align: left;
    font-weight: bold;
}
.facilities-table td {
    padding: 9px 12px;
    border-bottom: 1px solid #e0e0e0;
    vertical-align: top;
}
.facilities-table tr:nth-child(even) td {
    background: #f9f9f9;
}
.facilities-table tr:hover td {
    background: #f0f0f0;
}
.facilities-table .cost-free { color: #27ae60; font-weight: bold; }
.facilities-table .cost-paid { color: #c0392b; }

/* Styled Lists */
.list_4 {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
}
.list_4 li {
    padding: 5px 0 5px 20px;
    border-bottom: 1px dotted #ddd;
    position: relative;
    line-height: 1.6;
}
.list_4 li:before {
    content: "›";
    position: absolute;
    left: 4px;
    color: #888;
    font-size: 16px;
}
.list_4 li:last-child { border-bottom: none; }

/* FAQ Items */
.faq-item {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.faq-item h3 {
    font-size: 15px;
    color: #444;
    margin-bottom: 8px;
}
.faq-item p { margin-bottom: 0; color: #555; }

/* Breadcrumb */
.breadcrumb {
    font-size: 12px;
    margin: 10px 0;
    color: #666;
}
.breadcrumb a { color: #666; text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }

/* Section heading */
section h2 {
    margin-top: 10px;
    border-left: 4px solid #888;
    padding-left: 10px;
}

/* Read More / CTA Buttons */
.btn-read-more {
    display: inline-block;
    background: #555;
    color: #fff !important;
    padding: 10px 22px;
    border-radius: 4px;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: bold;
    margin: 8px 4px;
    transition: background 0.2s;
}
.btn-read-more:hover { background: #333; }

/* Article card grid for index/mall/nightlife pages */
.article-cards {
    margin: 20px 0;
}
.article-card {
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 16px;
    overflow: hidden;
}
.article-card h4 { margin: 0 0 8px 0; font-size: 15px; }
.article-card p { font-size: 13px; color: #555; margin: 0 0 10px 0; }

/* Info boxes */
.info-box {
    background: #f0f8f0;
    padding: 18px 20px;
    margin: 18px 0;
    border-left: 4px solid #27ae60;
    border-radius: 0 4px 4px 0;
}
.info-box.warning { background: #fff3e0; border-left-color: #f39c12; }
.info-box.alert { background: #fdecea; border-left-color: #dc3545; }

/* Sidebar Quick Nav */
.sidebar-nav {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    padding: 14px;
    margin-bottom: 20px;
}
.sidebar-nav h4 { margin-bottom: 10px; color: #495057; font-size: 13px; }
.sidebar-nav ul { list-style: none; margin: 0; padding: 0; }
.sidebar-nav ul li {
    border-bottom: 1px solid #f1f3f4;
    padding-bottom: 5px;
    margin-bottom: 6px;
}
.sidebar-nav ul li:last-child { border-bottom: none; }
.sidebar-nav ul li a {
    color: #007bff;
    text-decoration: none;
    font-size: 12px;
    display: block;
    padding: 3px 6px;
}
.sidebar-nav ul li a:hover { background: #e9ecef; border-radius: 3px; }

/* Quick info bar below H1 */
.quick-info {
    font-size: 13px;
    color: #666;
    margin: 8px 0 15px 0;
    padding: 8px 12px;
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 4px;
}

/* Footer PDF link */
.footer-pdf-link {
    margin-top: 8px;
}
.footer-pdf-link a {
    font-size: 15px;
    color: #f8f8f8;
}
