/* WordPress Bottom Content Editor - Styling CSS */
.wp-bottom-content-container {
    width: 100%;
    margin: 30px 0;
    box-sizing: border-box;
    padding: 20px;
    background-color: #fafafa;
    border-radius: 8px;
    border: 1px solid #eaeaea;
}

.wp-bottom-content-wrapper {
    position: relative;
    font-family: inherit;
    line-height: 1.7;
    color: #4a4a4a;
}

.wp-bottom-content-wrapper p {
    margin-bottom: 1.5em;
}

.wp-bottom-content-wrapper h2 {
    font-weight: 700;
    font-size: 1.5rem;
    margin-top: 1.8em;
    margin-bottom: 0.8em;
    color: #1a1a1a;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 8px;
}

.wp-bottom-content-wrapper h3 {
    font-weight: 600;
    font-size: 1.25rem;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    color: #2c2c2c;
}

/* Hỗ trợ Responsive ảnh */
.wp-bottom-content-wrapper img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin: 15px auto;
}

.wp-bottom-content-wrapper img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
