/* Responsive images in content sections */
.content-section img,
.content-section>img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    border-radius: 12px;
    margin-bottom: 20px;
}

/* Fix login page container */
.custom-page .container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}