/**
 * Editor-only styling for the User IP and Location blocks.
 * Loaded in the block editor; never on the front end.
 */

.uipl-block__chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 3px 10px;
    border: 1px solid #d7dae4;
    border-radius: 6px;
    background: #f6f7fb;
    color: #11161f;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.6;
}

.uipl-block__mark {
    color: #5b61e8;
    font-size: 13px;
}

.uipl-block-conditional {
    border: 1px dashed #c7cbd8;
    border-radius: 8px;
    padding: 10px 12px;
}

.uipl-block-conditional__head {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #5b61e8;
    margin-bottom: 8px;
}

.uipl-block-conditional__body {
    border-top: 1px solid #e6e8f0;
    padding-top: 6px;
}

.uipl-block__hint {
    font-size: 12px;
    color: #6b7280;
    margin: 0 0 12px;
}
