.br-artwork-enhanced {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: var(--br-gap, 60px);
    max-width: 100%;
    margin: 0 auto;
}

.br-artwork-enhanced .br-img,
.br-artwork-enhanced .br-caption-inner {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}

.br-img-inner {
    flex: 1;
    display: flex;
    height: 100%;
}

.br-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.br-caption-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.br-caption-text {
    flex-grow: 1;
}

.br-buttons-wrap {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.br-button {
    background: #000;
    color: #fff;
    padding: 18px 40px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

@media (max-width: 767px) {
    .br-artwork-enhanced {
        flex-direction: column !important;
        text-align: center;
    }
    .br-artwork-enhanced > div {
        min-width: 100% !important;
    }
}
.br-title {
    font-style: italic;
}
