.grad-map-card-thumb {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 400 / 260;
    border-radius: inherit;
    overflow: hidden;
    background: linear-gradient(145deg, #e8eef5 0%, #d4dce8 100%);
    text-decoration: none;
    color: inherit;
}

.grad-map-card-thumb__tile {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1.35);
    filter: saturate(0.92) contrast(1.02);
}

.grad-map-card-thumb__pin {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -88%);
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% 50% 50% 0;
    background: linear-gradient(145deg, #7f22d8, #5b21b6);
    color: #fff;
    box-shadow: 0 4px 14px rgba(91, 33, 182, 0.45);
    font-size: 0.95rem;
    rotate: -45deg;
}

.grad-map-card-thumb__pin i {
    rotate: 45deg;
}

.grad-map-card-thumb__attr {
    position: absolute;
    right: 0.45rem;
    bottom: 0.35rem;
    z-index: 2;
    max-width: calc(100% - 0.9rem);
    padding: 0.18rem 0.45rem;
    border-radius: 0.35rem;
    background: rgba(15, 23, 42, 0.72);
    color: #f8fafc;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    pointer-events: none;
}

.gdi-card__media .grad-map-card-thumb,
.lux-card__media .grad-map-card-thumb {
    height: 100%;
    min-height: 180px;
    aspect-ratio: auto;
    border-radius: 12px 12px 0 0;
}

.gdi-contract-card-stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.35rem;
    margin: 0.35rem 0 0.65rem;
    padding: 0.55rem 0.65rem;
    border-radius: 0.65rem;
    background: rgba(127, 34, 216, 0.06);
    border: 1px solid rgba(127, 34, 216, 0.12);
    font-size: 0.78rem;
    line-height: 1.35;
}

.gdi-contract-card-stats__row {
    display: flex;
    align-items: flex-start;
    gap: 0.4rem;
    color: #334155;
}

.gdi-contract-card-stats__row i {
    width: 1rem;
    margin-top: 0.1rem;
    color: #7f22d8;
    flex-shrink: 0;
}

.gdi-contract-card-stats__label {
    font-weight: 700;
    color: #475569;
    margin-right: 0.25rem;
}

.gdi-contract-card-stats__value {
    color: #0f172a;
    word-break: break-word;
}

.leaflet-control-attribution {
    font-size: 10px !important;
    background: rgba(15, 23, 42, 0.72) !important;
    color: #f8fafc !important;
    border-radius: 4px;
    padding: 2px 6px !important;
}

.leaflet-control-attribution a {
    color: #e9d5ff !important;
}
