/* Cookied Admin Styles */
.cookied-settings {
    max-width: 800px;
}

.cookied-settings h1 {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cookied-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #06b6d4;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 8px;
}

.cookied-settings .form-table th {
    width: 200px;
}

.cookied-settings input[type="text"].regular-text {
    width: 100%;
    max-width: 400px;
}

.cookied-info-box {
    background: #f0f0f1;
    border-left: 4px solid #06b6d4;
    padding: 16px 20px;
    margin-top: 30px;
}

.cookied-info-box h3 {
    margin-top: 0;
    margin-bottom: 12px;
}

.cookied-info-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cookied-info-box li {
    margin-bottom: 8px;
}

.cookied-info-box a {
    text-decoration: none;
}

.cookied-info-box a:hover {
    text-decoration: underline;
}

