.branding-banner {
    position: relative;
    height: 300px;
}

.banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
            90deg,
            rgba(0,0,0,0.55) 0%,
            rgba(0,0,0,0.25) 40%,
            rgba(0,0,0,0) 100%
    );
}

.banner-content {
    position: absolute;
    left: 25px;
    bottom: 35px;
    color: white;
    max-width: 520px;
}

.banner-title {
    font-size: 2rem;
    font-weight: 700;
    color: white !important;
}

.banner-subtitle {
    font-size: 1rem;
    opacity: 0.9;
}

.banner-upload-action {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    z-index: 2;
}
