.osm-consent-placeholder {
    position: absolute;
    inset: 0;
    background: #eef2ee;
    border: 1px solid #d4dad4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1.5rem;
    z-index: 500;
    box-sizing: border-box;
}

.osm-consent-placeholder__icon {
    width: 48px;
    height: 48px;
    margin-bottom: 1rem;
    opacity: 0.6;
}

.osm-consent-placeholder__text {
    max-width: 32rem;
    margin: 0 0 1rem;
    color: #143741;
    font-size: 0.95rem;
    line-height: 1.5;
}

.osm-consent-placeholder__button {
    background: #dc2c35;
    color: #fff;
    border: none;
    padding: 0.65rem 1.5rem;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: background 0.2s ease;
}

.osm-consent-placeholder__button:hover,
.osm-consent-placeholder__button:focus {
    background: #b32128;
    outline: none;
}
