.position-title > * {
    max-width: calc(var(--max-width) / 2);
}

.position-title h1 {
    margin-bottom: 51px;
}

.offices-block > h2 {
    color: var(--nero);
    margin-bottom: 24px;
}

.offices-container {
    display: flex;
    gap: var(--wp-columns-gap);
}

.offices-container > * {
    flex: 1;
}

#offices-accordion .accordion-item {
    padding: 20px;
    border: 1px solid var(--locauto-blu);
    border-radius: 12px;
    background: #fff;
}

#offices-accordion .accordion-item:not(:last-child) {
    margin-bottom: 15px;
}

#offices-accordion .accordion-header {
    padding: 0;
    background: transparent !important;
}

#offices-accordion .accordion-button {
    padding: 0;
    color: var(--nero);
    font-size: 20px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.6px;
    background: transparent !important;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border: 0;
    box-shadow: none !important;
}

#offices-accordion .accordion-button img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    object-position: center;
    border-radius: 0;
}

#offices-accordion .accordion-body {
    padding: 0;
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#offices-accordion .accordion-body h4 {
    color: var(--locauto-blu);
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.48px;
}

#offices-accordion .accordion-body p {
    display: flex;
    align-items: center;
    gap: 5px;
}

#offices-accordion .accordion-body p:has(+ h4, + .btn) {
    margin-bottom: 5px;
}

#offices-accordion .accordion-body p span {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.48px;
}

#offices-accordion .accordion-body .btn {
    align-self: flex-start;
}

.map-container-wrapper {
    min-height: 452px;
    height: 452px;
    position: sticky;
    top: 200px;
}

.map-container {
    width: 100%;
    height: 100%;
    border-radius: 9px;
}

@media (max-width: 767.98px) {
    .offices-container {
        flex-direction: column;
        align-items: stretch;
    }
}