/* Custom overrides for White Tiger Medicine static site */
/* Only enhancements — theme CSS + JS handle the core layout */

/* Background color from WordPress customizer (confirmed: #f7f9e8) */
body {
    background-color: #f7f9e8 !important;
}

/* Content readability enhancements */
main {
    padding-top: 20px;
    padding-bottom: 40px;
}

.entry-title {
    color: #333;
}

.entry-content {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}

.entry-content a {
    color: #428bca;
}

.entry-content a:hover {
    color: #2a6496;
}

/* Blog listing meta */
.entry-meta {
    color: #999;
    font-size: 14px;
    margin-bottom: 20px;
}

.entry-meta a {
    color: #428bca;
}

/* Sidebar */
#secondary {
    padding-top: 10px;
}

/* Social sharing buttons */
.addtoany_share_save_container {
    margin: 20px 0;
}

.a2a_kit a {
    margin-right: 5px;
    text-decoration: none;
}

/* Pagination */
#posts-pagination {
    margin: 30px 0;
    padding: 20px 0;
    border-top: 1px solid #eee;
}

#posts-pagination a {
    color: #428bca;
}

/* Entry footer */
.entry-footer {
    margin-top: 20px;
    padding-top: 10px;
}

/* Image responsiveness */
.entry-content img {
    max-width: 100%;
    height: auto;
}

.wp-caption {
    max-width: 100%;
}

/* Blog article separators */
hr {
    border: 0;
    border-top: 2px solid #ddd;
    margin: 30px 0;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    .navbar-collapse.in {
        display: block !important;
    }
}
