/* Styles du plugin Restauration au Burundi - Articles */
.rba-hero {
    position: relative;
    text-align: center;
    color: #fff8ea;
    margin-bottom: 40px;
    border-radius: 10px;
    overflow: hidden;
}
.rba-hero img {
    width: 100%;
    height: auto;
    display: block;
}
.rba-hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(60, 30, 15, 0.55);
    padding: 25px 40px;
    border-radius: 12px;
}
.rba-hero-text h1 {
    margin: 0 0 10px;
    font-size: 2.1em;
    color: #fff8ea;
}
.rba-hero-text p {
    margin: 0;
    font-size: 1.05em;
}
.rba-section {
    max-width: 1100px;
    margin: 0 auto 50px;
    padding: 0 20px;
}
.rba-section h2 {
    text-align: center;
    color: #5c1f10;
    margin-bottom: 25px;
    font-size: 1.7em;
}
.rba-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 22px;
}
.rba-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: transform 0.2s ease;
}
.rba-card:hover {
    transform: translateY(-5px);
}
.rba-card img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    background: #fdf3e3;
}
.rba-card .rba-card-body {
    padding: 16px;
}
.rba-card .rba-cat {
    display: inline-block;
    background: #fdeee0;
    color: #a5401f;
    font-size: 0.75em;
    padding: 3px 10px;
    border-radius: 12px;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-weight: bold;
}
.rba-card h3 {
    margin: 0 0 8px;
    font-size: 1.05em;
}
.rba-card h3 a {
    color: #5c1f10;
    text-decoration: none;
}
.rba-card p {
    color: #6b5a4a;
    font-size: 0.92em;
    line-height: 1.5;
}
.rba-card .rba-readmore {
    display: inline-block;
    margin-top: 8px;
    color: #e0563a;
    font-weight: bold;
    font-size: 0.9em;
    text-decoration: none;
}
