/* Custom styles for black-threesome.html to ensure no conflicts */
.blog-post-detail table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}

.blog-post-detail table th,
.blog-post-detail table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.blog-post-detail table th {
    background-color: #f2f2f2;
    font-weight: bold;
}

.blog-post-detail ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}

.blog-post-detail ol {
    list-style-type: decimal;
    padding-left: 20px;
    margin-bottom: 20px;
}

.blog-post-detail h2 {
    color: #144C69;
    margin-top: 30px;
    margin-bottom: 15px;
}

.blog-post-detail h3 {
    color: #333;
    margin-top: 25px;
    margin-bottom: 10px;
}

.blog-post-detail p {
    margin-bottom: 15px;
    line-height: 1.6;
}

/* Responsive adjustments if needed */
@media screen and (max-width: 600px) {
    .blog-post-detail table {
        display: block;
        overflow-x: auto;
    }
}
