.bp-banner-horizontal {
    display: flex;
    align-items: center;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    margin: 20px 0;
    background-color: #0047ab; /* fallback se não tiver bg */
}

.bp-banner-horizontal .bp-banner-image {
    flex: 0 0 250px;
}

.bp-banner-horizontal .bp-banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bp-banner-horizontal .bp-banner-content {
    flex: 1;
    padding: 20px 30px;
    color: #fff;
}

.bp-banner-horizontal h2 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
}

.bp-banner-horizontal p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.bp-banner-horizontal .banner-categories {
    font-size: 14px;
    color: #cfd8dc;
    margin-bottom: 15px;
}

.bp-banner-horizontal .bp-banner-button {
    display: inline-block;
    padding: 10px 25px;
    background-color: #00bcd4;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    transition: background 0.3s;
}

.bp-banner-horizontal .bp-banner-button:hover {
    background-color: #0097a7;
}
