.tmap {
    position: relative;
    width: 100%;
    min-height: 240px;
    overflow: hidden;
    border: 1px solid var(--tblr-border-color, #d9dee3);
    border-radius: var(--tblr-border-radius, 4px);
    background: var(--tblr-bg-surface-secondary, #f6f8fb);
}

.tmap__message {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: inherit;
    height: 100%;
    padding: 1rem;
    color: var(--tblr-secondary, #667382);
    text-align: center;
}

.tmap__message--error {
    color: var(--tblr-danger, #d63939);
}
