.panel-reklam-kod-panel {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 14px 16px;
    background: #fff;
}

.panel-reklam-kod-panel-sol {
    background: #fcfcfd;
}

.panel-reklam-kod-panel-sag {
    background: #f8fafc;
}

.panel-reklam-kod-baslik {
    font-size: 0.95rem;
    font-weight: 600;
    color: #0f172a;
}

.panel-reklam-kod-tabs .nav-link {
    font-size: 0.8125rem;
    padding: 0.35rem 0.75rem;
    cursor: pointer;
    border: 0;
    background: transparent;
    color: #64748b;
}

.panel-reklam-kod-tabs .nav-link.active {
    color: #0d6efd;
    font-weight: 600;
    border-bottom: 2px solid #0d6efd;
}

.panel-reklam-kod-editor-wrap .CodeMirror {
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    min-height: 160px;
    font-size: 13px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.panel-reklam-kod-wrap-kompakt .panel-reklam-kod-editor-wrap .CodeMirror {
    min-height: 120px;
}

.panel-reklam-kod-upload {
    position: relative;
    border: 2px dashed #cbd5e1;
    border-radius: 10px;
    background: #fff;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.panel-reklam-kod-upload-bos {
    flex-direction: column;
    gap: 6px;
    padding: 16px;
}

.panel-reklam-kod-onizleme {
    max-width: 100%;
    max-height: 140px;
    display: block;
    margin: 0 auto;
    padding: 8px;
}

.panel-reklam-kod-upload-sil {
    position: absolute;
    top: 6px;
    right: 6px;
}

.panel-reklam-kod-medya-grid {
    max-height: 160px;
    overflow-y: auto;
}

.rk-slot-body .panel-reklam-kod-wrap {
    margin-top: 4px;
}
