/* Home hero - taller version */
.home-hero {
    padding: 100px 20px;
}

/* Articles */
.article-card {
    text-align: center;
    margin-bottom: 15px;
}

.article-title {
    text-align: center;
    margin-bottom: 10px;
}

.article-content {
    text-align: center;
    line-height: 1.8;
}

.article-content a {
    color: inherit;
    text-decoration: underline;
}

.article-content a:hover {
    opacity: 0.7;
}

.article-image {
    display: block;
    margin: 20px auto 0;
    max-width: 900px;
    max-height: 550px;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 12px;
}

.delete-btn {
    color: #dc3545;
    font-size: 0.7em;
    margin-left: 8px;
    opacity: 0.6;
    transition: opacity 0.2s;
}

.delete-btn:hover {
    opacity: 1;
    color: #dc3545;
}

/* Partners section */
.partners-section {
    background-color: #efe9e1;
}

.sidebar-card {
    height: 100%;
}

.sidebar-heading {
    color: #2d8a4e;
    font-weight: 700;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid rgba(45, 138, 78, 0.2);
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.sidebar-heading i {
    margin-right: 6px;
    opacity: 0.7;
}

.admin-form-card {
    max-width: 600px;
    margin: 20px auto !important;
}

