.ntps-custom-fields {
    border: 1px solid #cbd5df;
    border-radius: 6px;
    margin: 18px 0;
    padding: 16px;
}

.ntps-custom-fields h3 {
    color: #1f2937;
    font-size: 18px;
    line-height: 1.3;
    margin: 0 0 14px;
}

.ntps-required {
    color: #b42318;
    font-weight: 700;
}

.ntps-panel {
    border: 1px solid #d9e1ea;
    border-radius: 6px;
    background: #f8fafc;
    margin: 18px 0;
    padding: 16px;
}

.ntps-header {
    align-items: flex-start;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

.ntps-header h3 {
    color: #1f2937;
    font-size: 18px;
    line-height: 1.3;
    margin: 0 0 4px;
}

.ntps-header p {
    color: #52606d;
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
}

.ntps-refresh {
    flex: 0 0 auto;
}

.ntps-preview {
    background: #fff;
    border: 1px solid #d9e1ea;
    border-radius: 4px;
    color: #25313d;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 13px;
    line-height: 1.45;
    margin: 14px 0 0;
    min-height: 76px;
    overflow: auto;
    padding: 12px;
    white-space: pre-wrap;
}

.ntps-preview.is-empty {
    color: #7b8794;
    font-family: inherit;
}

@media (max-width: 640px) {
    .ntps-header {
        display: block;
    }

    .ntps-refresh {
        margin-top: 12px;
        width: 100%;
    }
}
