/* Админ стилове */

.drts-hp-admin {
    background: #f8fafc;
    padding: 30px;
    border-radius: 12px;
    max-width: 900px;
}

.drts-hp-header {
    padding: 25px 30px;
    border-radius: 12px;
    margin-bottom: 25px;
    background: linear-gradient(to right, #0A789A, #6A0A1B);
    color: #fff;
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

.drts-hp-header h1 {
    margin: 0;
    font-size: 28px;
    font-weight: 800;
}

.drts-hp-description {
    font-size: 15px;
    margin: 15px 0;
    color: #334155;
}

.drts-hp-table {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}

.drts-hp-table table th {
    width: 240px;
    font-weight: 700;
    color: #0A789A;
}

.drts-hp-table select {
    width: 100%;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #cbd5e1;
    font-size: 14px;
}

.drts-hp-table select:hover {
    border-color: #0A789A;
}

.button-primary {
    background: #0A789A !important;
    border-color: #0A789A !important;
    padding: 10px 20px !important;
    font-weight: 600 !important;
    border-radius: 6px !important;
}

.drts-hp-shortcodes {
    background: #fff;
    padding: 20px;
    margin-top: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}

.drts-hp-shortcodes h2 {
    color: #6A0A1B;
    margin-bottom: 12px;
}

.drts-hp-shortcodes code {
    background: #f1f5f9;
    padding: 8px 12px;
    border-radius: 6px;
    margin: 8px 0;
    display: inline-block;
    font-size: 14px;
}