.block-inchiriere {
    background: #1b2e22;
    color: #fff;
}

.block-inchiriere.block-container {
    border-radius: 12px;
}

.inchiriere-row {
    display: flex;
    align-items: center;
    gap: 40px;
}

.inchiriere-img-dreapta .inchiriere-row {
    flex-direction: row-reverse;
}

.inchiriere-image {
    flex: 1 1 45%;
}

.inchiriere-image img {
    width: 60%;
    border-radius: 10px;
    display: block;
}

.inchiriere-content {
    flex: 1 1 50%;
}

.inchiriere-content h2 {
    font-size: 1.6rem;
    margin: 0 0 12px;
    color: #fff;
}

.inchiriere-content p {
    margin: 0 0 18px;
    line-height: 1.6;
    opacity: 0.85;
}

.inchiriere-pret {
    display: inline-block;
    background: var(--culoare-accent);
    color: #fff;
    font-weight: 700;
    padding: 10px 24px;
    border-radius: 30px;
}

span.inchiriere-pret {
    cursor: default;
}

a.inchiriere-pret:hover {
    background: var(--culoare-accent-hover);
}

@media (max-width: 768px) {
    .inchiriere-row,
    .inchiriere-img-dreapta .inchiriere-row {
        flex-direction: column;
        gap: 20px;
    }
}
