.zohurian-user-panel {
    min-height: auto;
    background: none;
    padding: 40px 0;
    direction: rtl;
    display: inline-block;
    width: 100%;
}

.zohurian-user-card {
    background: #ffffff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
}

.zohurian-user-card-header {
    background: linear-gradient(135deg, #1d5a76 0%, #2e7a9b 100%);
    color: #fff;
    padding: 25px 30px;
    border-bottom: none;
}

.zohurian-user-card-header h3 {
    color: #fff;
    font-weight: 700;
    margin: 0;
    font-size: 22px;
}

.zohurian-user-card-header p {
    color: rgba(255, 255, 255, 0.9);
    margin: 5px 0 0 0;
    font-size: 14px;
}

.zohurian-user-card-body {
    padding: 30px;
}

.zohurian-form-group {
    margin-bottom: 25px;
}

.zohurian-form-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.zohurian-form-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #1d5a76;
    z-index: 1;
}

.zohurian-input-modern {
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 15px 20px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: #fafafa;
    width: 100%;
    box-sizing: border-box;
}

.zohurian-input-modern:focus {
    border-color: #1d5a76;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(29, 90, 118, 0.1);
    outline: none;
}

.zohurian-btn-modern {
    box-sizing: border-box;
    background: linear-gradient(135deg, #1d5a76 0%, #2e7a9b 100%);
    border: none;
    border-radius: 12px;
    padding: 15px 30px;
    color: #fff;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(29, 90, 118, 0.3);
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.zohurian-btn-modern:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(29, 90, 118, 0.4);
    background: linear-gradient(135deg, #2e7a9b 0%, #1d5a76 100%);
    color: #fff;
}

.zohurian-btn-modern.secondary {
    background: #555;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.zohurian-btn-modern.secondary:hover {
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.zohurian-label-modern {
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
}

.zohurian-label-modern.warning {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: #fff;
}

.zohurian-label-modern.success {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    color: #fff;
}

.zohurian-label-modern.danger {
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
    color: #fff;
}

.zohurian-proposal-status-badge {
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    display: inline-block;
}

.zohurian-proposal-status-badge.warning {
    background: #fff3e0;
    color: #f5576c;
}

.zohurian-proposal-status-badge.success {
    background: #e3f2fd;
    color: #4facfe;
}

.zohurian-proposal-status-badge.danger {
    background: #fce4ec;
    color: #fa709a;
}

.zohurian-login-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    padding: 40px;
    max-width: 450px;
    margin: 0 auto;
}

.zohurian-login-logo {
    text-align: center;
    margin-bottom: 30px;
}

.zohurian-login-logo div {
    display: inline-block;
    background: linear-gradient(135deg, #1d5a76 0%, #2e7a9b 100%);
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(29, 90, 118, 0.3);
}

.zohurian-login-logo img {
    max-width: 150px;
    display: block;
}

.zohurian-proposal-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-right: 4px solid #1d5a76;
}

.zohurian-proposal-card:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
    transform: translateX(-3px);
}

.zohurian-proposal-detail {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 15px;
}

.zohurian-proposal-detail dt {
    font-weight: 600;
    color: #1d5a76;
    margin-bottom: 5px;
    font-size: 14px;
}

.zohurian-proposal-detail dd {
    margin: 0 0 15px 0;
    color: #555;
    font-size: 15px;
    line-height: 1.8;
}

.zohurian-empty-state {
    text-align: center;
    padding: 60px 20px;
    color: #999;
}

.zohurian-empty-state-icon {
    font-size: 64px;
    margin-bottom: 20px;
    opacity: 0.5;
}

.zohurian-proposal-item-card {
    background: #fff;
    border-radius: 0;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 2px 20px rgb(0 0 0 / 12%);
    transition: all 0.3s ease;
    border-right: 4px solid #1d5a76;
}

.zohurian-proposal-item-card:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
    transform: translateX(-3px);
}

.zohurian-proposal-item-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
    flex-wrap: wrap;
    gap: 10px;
}

.zohurian-proposal-item-title {
    font-size: 18px;
    font-weight: 700;
    color: #1d5a76;
    margin: 0;
    flex: 1;
    min-width: 200px;
}

.zohurian-proposal-item-meta {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    color: #666;
}

.zohurian-proposal-item-tracking {
    background: #f8f9fa;
    padding: 8px 15px;
    border-radius: 8px;
    font-weight: 600;
    color: #1d5a76;
    font-family: monospace;
}

.zohurian-proposal-item-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
    flex-wrap: wrap;
    gap: 10px;
}

.zohurian-proposal-item-date {
    font-size: 13px;
    color: #999;
    display: flex;
    align-items: center;
    gap: 5px;
}

.zohurian-proposal-item-actions {
    display: flex;
    gap: 10px;
}

.zohurian-btn-view {
    padding: 8px 20px;
    background: linear-gradient(135deg, #1d5a76 0%, #2e7a9b 100%);
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.zohurian-btn-view:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(29, 90, 118, 0.3);
    text-decoration: none;
    color: #fff;
}

.zohurian-post-card {
    background: #fff;
    border-radius: 0;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 2px 20px rgb(0 0 0 / 18%);
    transition: all 0.3s ease;
    border-right: 4px solid #1d5a76;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.zohurian-post-card:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
    transform: translateX(-3px);
}

.zohurian-post-content {
    flex: 1;
    min-width: 250px;
}

.zohurian-post-title {
    font-size: 20px;
    font-weight: 700;
    color: #1d5a76;
    margin-bottom: 10px;
}

.zohurian-post-title a {
    color: #1d5a76;
    text-decoration: none;
    transition: color 0.3s ease;
}

.zohurian-post-title a:hover {
    color: #e5ae1e;
}

.zohurian-post-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
    font-size: 13px;
    color: #666;
    flex-wrap: wrap;
}

.zohurian-post-excerpt {
    color: #555;
    line-height: 1.8;
    font-size: 14px;
}

.zohurian-post-actions {
    display: flex;
    gap: 10px;
    align-items: center;
}

.zohurian-opinion-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 8px 15px;
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    color: #fff;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.zohurian-modal-opinion-display {
    background: #e8f4f8;
    border-radius: 0;
    padding: 15px;
    margin-bottom: 20px;
    border-right: 3px solid #1d5a76;
}

.zohurian-modal-opinion-display strong {
    color: #1d5a76;
    display: block;
    margin-bottom: 10px;
}

.zohurian-modal-opinion-display p {
    margin: 0 0 10px 0;
    color: #333;
    line-height: 1.8;
}

.zohurian-modal-opinion-date {
    font-size: 12px;
    color: #999;
}

.zohurian-conversations-layout {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 20px;
    min-height: 600px;
}

.zohurian-conversations-sidebar {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.zohurian-conversations-header {
    background: linear-gradient(135deg, #1d5a76 0%, #2e7a9b 100%);
    color: #fff;
    padding: 15px 20px;
}

.zohurian-conversations-header h4 {
    margin: 0;
    color: #fff;
    font-size: 16px;
}

.zohurian-conversations-list {
    flex: 1;
    overflow-y: auto;
    padding: 10px;
}

.zohurian-conversation-item {
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    background: #f8f9fa;
}

.zohurian-conversation-item:hover {
    background: #e9ecef;
    transform: translateX(-3px);
}

.zohurian-conversation-item.active {
    background: linear-gradient(135deg, #1d5a76 0%, #2e7a9b 100%);
    color: #fff;
    border-color: #1d5a76;
}

.zohurian-conversation-item.active .zohurian-conversation-subject {
    color: #fff;
}

.zohurian-conversation-item.active .zohurian-conversation-meta {
    color: rgba(255, 255, 255, 0.9);
}

.zohurian-conversation-subject {
    font-weight: 600;
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zohurian-conversation-meta {
    font-size: 12px;
    color: #666;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zohurian-unread-badge-small {
    background: #f5576c;
    color: #fff;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 600;
}

.zohurian-conversation-item.active .zohurian-unread-badge-small {
    background: rgba(255, 255, 255, 0.3);
}

.zohurian-messages-container {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    height: 600px;
    overflow: hidden;
}

.zohurian-messages-header {
    background: linear-gradient(135deg, #1d5a76 0%, #2e7a9b 100%);
    color: #fff;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zohurian-messages-header h4 {
    margin: 0;
    color: #fff;
    font-size: 18px;
}

.zohurian-messages-body {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: #f8f9fa;
}

.zohurian-message-item {
    display: flex;
    gap: 10px;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.zohurian-message-item.user {
    justify-content: flex-end;
}

.zohurian-message-item.admin {
    justify-content: flex-start;
}

.zohurian-message-bubble {
    max-width: 70%;
    padding: 12px 18px;
    border-radius: 18px;
    position: relative;
    word-wrap: break-word;
}

.zohurian-message-item.user .zohurian-message-bubble {
    background: linear-gradient(135deg, #1d5a76 0%, #2e7a9b 100%);
    color: #fff;
    border-bottom-right-radius: 4px;
}

.zohurian-message-item.admin .zohurian-message-bubble {
    background: #fff;
    color: #333;
    border: 1px solid #e0e0e0;
    border-bottom-left-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.zohurian-message-text {
    margin: 0;
    line-height: 1.6;
    white-space: pre-wrap;
}

.zohurian-message-time {
    font-size: 11px;
    opacity: 0.7;
    margin-top: 5px;
    text-align: left;
}

.zohurian-message-item.user .zohurian-message-time {
    text-align: right;
}

.zohurian-message-sender {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
    opacity: 0.9;
}

.zohurian-messages-footer {
    padding: 20px;
    background: #fff;
    border-top: 1px solid #e0e0e0;
}

.zohurian-empty-messages {
    text-align: center;
    padding: 60px 20px;
    color: #999;
    margin: auto;
}

.zohurian-empty-conversations {
    text-align: center;
    padding: 60px 20px;
    color: #999;
    margin: auto;
}

.zohurian-meeting-card {
    background: #fff;
    border-radius: 0;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 2px 20px rgb(0 0 0 / 18%);
    transition: all 0.3s ease;
    border-right: 4px solid #1d5a76;
}

.zohurian-meeting-card:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
    transform: translateX(-3px);
}

.zohurian-meeting-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
    flex-wrap: wrap;
    gap: 10px;
}

.zohurian-meeting-subject {
    font-size: 18px;
    font-weight: 700;
    color: #1d5a76;
    margin: 0 0 8px 0;
}

.zohurian-tracking-code-display {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

.zohurian-tracking-code-display strong {
    color: #1d5a76;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Courier New', monospace;
    letter-spacing: 1px;
}

.zohurian-tracking-code-display span[uk-icon] {
    color: #e5ae1e;
}

.zohurian-meeting-details {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-bottom: 15px;
}

.zohurian-meeting-detail-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #555;
}

.zohurian-meeting-detail-item i {
    color: #1d5a76;
}

.zohurian-time-selector {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    gap: 10px;
    margin-top: 10px;
}

.zohurian-time-option {
    padding: 12px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
}

.zohurian-time-option:hover {
    border-color: #1d5a76;
    background: #f0f7fa;
}

.zohurian-time-option input[type="radio"] {
    display: none;
}

.zohurian-time-option input[type="radio"]:checked + label {
    color: #1d5a76;
}

.zohurian-time-option.selected {
    border-color: #1d5a76;
    background: linear-gradient(135deg, #1d5a76 0%, #2e7a9b 100%);
    color: #fff;
}

.zohurian-time-option.selected label {
    color: #fff;
}

.zohurian-time-option label {
    cursor: pointer;
    margin: 0;
    display: block;
}

.zohurian-meeting-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.zohurian-section-title {
    margin-bottom: 20px;
    color: #333;
    font-weight: 700;
    font-size: 18px;
}

.zohurian-admin-response {
    background: #fff3cd;
    padding: 15px;
    border-radius: 8px;
    border-right: 3px solid #ffc107;
    color: #333;
    line-height: 1.8;
    margin-top: 15px;
}

.zohurian-admin-response strong {
    color: #1d5a76;
    display: block;
    margin-bottom: 8px;
}

.zohurian-admin-response p {
    margin: 0;
    color: #333;
    line-height: 1.8;
}

.zohurian-meeting-notes {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.zohurian-section-title {
    margin-bottom: 20px;
    color: #333;
    font-weight: 700;
    font-size: 20px;
}

.zohurian-proposal-detail strong {
    font-size: 18px;
    color: #1d5a76;
}

.errorshow {
    margin-bottom: 20px;
}

.errorshow .uk-alert {
    padding: 12px 15px;
    font-size: 14px;
    line-height: 1.6;
    border-radius: 8px;
}

.errorshow .uk-alert p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}

.errorshow .uk-alert strong {
    font-weight: 600;
    word-break: break-all;
}

@media (max-width: 768px) {
    .errorshow {
        margin-bottom: 15px;
    }
    
    .errorshow .uk-alert {
        padding: 10px 12px;
        font-size: 13px;
        line-height: 1.5;
        border-radius: 6px;
    }
    
    .errorshow .uk-alert p {
        font-size: 13px;
        line-height: 1.5;
        padding-right: 25px;
    }
    
    .errorshow .uk-alert .uk-alert-close {
        top: 10px;
        right: 10px;
        padding: 5px;
    }
    
    .errorshow .uk-alert strong {
        display: block;
        margin-top: 5px;
        font-size: 12px;
        word-break: break-all;
    }
}

.zohurian-back-button {
    background: #e5ae1e;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(229, 174, 30, 0.3);
}

.zohurian-back-button:hover {
    background: #d19d1a;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(229, 174, 30, 0.4);
}

@media (max-width: 768px) {
    .zohurian-user-panel {
        padding: 20px 0;
    }
    
    .zohurian-user-card-body {
        padding: 20px;
    }
    
    .zohurian-user-card-header {
        padding: 20px;
    }
    
    .zohurian-user-card-header h3 {
        font-size: 20px;
    }
    
    .zohurian-login-card {
        padding: 30px 20px;
        margin: 20px;
    }
    
    .zohurian-proposal-item-header {
        flex-direction: column;
    }
    
    .zohurian-proposal-item-footer {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .zohurian-proposal-item-meta {
        width: 100%;
        justify-content: space-between;
    }
    
    .zohurian-post-card {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .zohurian-post-actions {
        width: 100%;
        justify-content: flex-start;
    }
    
    .zohurian-conversations-layout {
        grid-template-columns: 1fr;
    }
    
    .zohurian-conversations-table-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .zohurian-conversations-table {
        min-width: auto;
    }
    
    .zohurian-conversations-table thead {
        display: none;
    }
    
    .zohurian-conversations-table tbody {
        display: block;
    }
    
    .zohurian-conversations-table tbody tr {
        display: block;
        background: #fff;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        margin-bottom: 15px;
        padding: 15px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }
    
    .zohurian-conversations-table tbody tr:hover {
        background: #f8f9fa;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }
    
    .zohurian-conversations-table tbody td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 0;
        text-align: right;
        border: none;
        border-bottom: 1px solid #f0f0f0;
    }
    
    .zohurian-conversations-table tbody td:last-child {
        border-bottom: none;
        justify-content: center;
        padding-top: 15px;
    }
    
    .zohurian-conversations-table tbody td:before {
        content: attr(data-label);
        font-weight: 600;
        color: #1d5a76;
        font-size: 13px;
        margin-left: 15px;
        flex-shrink: 0;
    }
    
    .zohurian-conversations-table tbody td:first-child {
        padding-top: 0;
        padding-bottom: 15px;
        margin-bottom: 5px;
        border-bottom: 1px solid #e0e0e0;
    }
    
    .zohurian-conversations-table tbody td:first-child:before {
        display: none;
    }
    
    .zohurian-conversations-table tbody td:first-child > div {
        width: 100%;
    }
    
    .zohurian-conversations-table tbody td:nth-child(2),
    .zohurian-conversations-table tbody td:nth-child(3) {
        text-align: right;
    }
    
    .zohurian-conversations-table tbody td:last-child a {
        width: 100%;
        text-align: center;
    }
    
    .zohurian-conversations-sidebar {
        max-height: 300px;
    }
    
    .zohurian-proposal-info-alert {
        padding: 15px !important;
        margin-bottom: 20px !important;
        border-radius: 12px !important;
    }
    
    .zohurian-proposal-info-alert > div:first-child {
        width: 60px !important;
        height: 60px !important;
    }
    
    .zohurian-proposal-info-alert > div:last-child {
        flex-direction: column !important;
        gap: 12px !important;
    }
    
    .zohurian-proposal-info-alert > div:last-child > div:first-child {
        width: 50px !important;
        height: 50px !important;
        align-self: center !important;
    }
    
    .zohurian-proposal-info-alert > div:last-child > div:first-child span {
        font-size: 24px !important;
    }
    
    .zohurian-proposal-info-alert h4 {
        font-size: 16px !important;
        text-align: center !important;
        justify-content: center !important;
        margin-bottom: 10px !important;
    }
    
    .zohurian-proposal-info-alert p {
        font-size: 13px !important;
        line-height: 1.7 !important;
        text-align: justify !important;
    }
    
    .zohurian-messages-container {
        height: 500px;
    }
    
    .zohurian-message-bubble {
        max-width: 85%;
    }
    
    .zohurian-meeting-layout {
        display: block;
    }
    
    .zohurian-meeting-layout > div {
        width: 100%;
        margin-bottom: 30px;
    }
    
    .zohurian-meeting-layout > div:last-child {
        margin-bottom: 0;
    }
    
    .zohurian-meeting-details {
        grid-template-columns: 1fr;
    }
    
    .zohurian-time-selector {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }
    
    .zohurian-time-option {
        padding: 10px 8px;
        font-size: 12px;
    }
    
    .zohurian-meeting-info-alert {
        padding: 15px !important;
        margin-bottom: 20px !important;
        border-radius: 12px !important;
    }
    
    .zohurian-meeting-info-alert > div:first-child {
        width: 60px !important;
        height: 60px !important;
    }
    
    .zohurian-meeting-info-alert > div:last-child {
        flex-direction: column !important;
        gap: 12px !important;
    }
    
    .zohurian-meeting-info-alert > div:last-child > div:first-child {
        width: 50px !important;
        height: 50px !important;
        align-self: center !important;
    }
    
    .zohurian-meeting-info-alert > div:last-child > div:first-child span {
        font-size: 20px !important;
    }
    
    .zohurian-meeting-info-alert h4 {
        font-size: 16px !important;
        text-align: center !important;
        justify-content: center !important;
        margin-bottom: 10px !important;
    }
    
    .zohurian-meeting-info-alert p {
        font-size: 13px !important;
        line-height: 1.7 !important;
        text-align: justify !important;
    }
    
    .zohurian-meeting-info-alert p a {
        display: block !important;
        margin: 8px 0 !important;
        text-align: center !important;
    }
    
    .zohurian-section-title {
        font-size: 16px;
        margin-bottom: 15px;
    }
    
    .zohurian-form-group {
        margin-bottom: 20px;
    }
    
    .zohurian-meeting-card {
        margin-bottom: 15px;
    }
    
    .zohurian-meeting-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .zohurian-meeting-detail-item {
        font-size: 13px;
    }
    
    .zohurian-user-panel .uk-container {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .zohurian-user-card {
        width: 100%;
        max-width: 100%;
    }
    
    .zohurian-user-card-body {
        padding: 15px !important;
        width: 100%;
        box-sizing: border-box;
    }
    
    .zohurian-meeting-layout > div {
        width: 100%;
        max-width: 100%;
    }
    
    .zohurian-form-group {
        width: 100%;
        box-sizing: border-box;
    }
    
    .zohurian-input-modern {
        width: 100% !important;
        box-sizing: border-box;
    }
    
    .zohurian-time-selector {
        width: 100%;
    }
    
    .zohurian-meeting-card {
        width: 100%;
        box-sizing: border-box;
    }
}

.zohurian-checkbox-group {
    margin-bottom: 15px;
}

.zohurian-checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 10px;
}

.zohurian-checkbox-label input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    cursor: pointer;
    flex-shrink: 0;
    accent-color: #1d5a76;
}

.zohurian-checkbox-label span {
    flex: 1;
}
