.dtcolors-map-card {
    width: 100%;
    box-sizing: border-box;
    padding: clamp(22px, 4vw, 42px);
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(12, 18, 28, 0.96), rgba(28, 44, 64, 0.94));
    color: #ffffff;
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.18);
    margin: 28px 0;
    overflow: hidden;
    position: relative;
}

.dtcolors-map-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(23, 124, 255, 0.22), transparent 38%);
    pointer-events: none;
}

.dtcolors-map-head,
.dtcolors-map-address,
.dtcolors-map-frame,
.dtcolors-map-button {
    position: relative;
    z-index: 1;
}

.dtcolors-map-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.78;
    margin-bottom: 8px;
}

.dtcolors-map-head h2 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: clamp(26px, 4vw, 42px);
    line-height: 1.08;
}

.dtcolors-map-address {
    margin: 0 0 20px;
    font-size: 17px;
    opacity: 0.88;
}

.dtcolors-map-frame {
    width: 100%;
    overflow: hidden;
    background: #e9edf3;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16), 0 18px 36px rgba(0, 0, 0, 0.24);
}

.dtcolors-map-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 22px;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    background: #ffffff;
    color: #0b1320;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.dtcolors-map-button:hover,
.dtcolors-map-button:focus {
    transform: translateY(-2px);
    color: #0b1320;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(255, 255, 255, 0.18);
}

@media (max-width: 680px) {
    .dtcolors-map-card {
        padding: 20px;
        border-radius: 22px;
    }

    .dtcolors-map-frame {
        height: 340px !important;
    }

    .dtcolors-map-button {
        width: 100%;
    }
}
