.desku-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 10px;
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.desku-user-info {
    margin: 0;
    font-size: 14px;
}

.desku-user-info strong {
    color: #2271b1;
}

.desku-settings-form {
    max-width: 600px;
    margin: 20px 0;
    padding: 20px;
    background: #fff;
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
}

.wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: calc(100vh - 32px);
    padding-top: 40px;
}

.desku-login-container {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    padding: 40px;
    background: #fff;
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
    text-align: center;
}

.desku-logo-container {
    margin: -20px auto 30px;
    text-align: center;
}

.desku-logo {
    width: 100px;
    height: auto;
    display: inline-block;
}

.desku-login-form h2 {
    margin-bottom: 10px;
}

.desku-login-description {
    color: #666;
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 14px;
}

.desku-login-form {
    margin-top: 20px;
    text-align: left;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.form-group input[type="text"],
.form-group input[type="password"],
.form-group input[type="email"] {
    width: 100%;
    max-width: 400px;
}

.form-group .g-recaptcha {
    margin: 10px 0;
}

button[disabled] {
    cursor: not-allowed !important;
    opacity: 0.7 !important;
}

#desku-message {
    margin-top: 15px;
    padding: 10px;
    border-radius: 3px;
}

#desku-message.success {
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    color: #3c763d;
}

#desku-message.error {
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    color: #a94442;
}

.desku-widget-selector {
    margin-top: 20px;
}

.loading-message,
.error-message,
.no-widgets {
    padding: 20px;
    text-align: center;
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 15px;
}

.loading-message {
    color: #2271b1;
    background: #f0f6fc;
    border-color: #c5d9ed;
}

.error-message {
    color: #a94442;
    background: #f2dede;
    border-color: #ebccd1;
}

.no-widgets {
    color: #856404;
    background: #fff3cd;
    border-color: #ffeeba;
}

.widget-item {
    padding: 15px;
    margin-bottom: 10px;
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 3px;
    cursor: pointer;
}

.widget-item:hover {
    background: #f1f1f1;
}

.widget-item.active {
    background: #e8f5e9;
    border-color: #81c784;
}

.widget-item button[disabled] {
    cursor: not-allowed;
    background: #4CAF50 !important;
    border-color: #45a049 !important;
    color: #fff !important;
    opacity: 0.7;
}

#adminmenu .toplevel_page_desku .wp-menu-image img {
    width: 20px;
    height: 20px;
    padding: 6px 0;
    opacity: 0.6;
}

#adminmenu .toplevel_page_desku:hover .wp-menu-image img,
#adminmenu .toplevel_page_desku.current .wp-menu-image img {
    opacity: 1;
}