.nd-wrapper {
    max-width: 800px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.nd-form-container {
    padding: 20px;
    background: #f8f9fa;
    border-bottom: 2px solid #00897b;
}
.nd-tabs { display: flex; gap: 10px; margin-bottom: 15px; }
.nd-tab-btn {
    flex: 1; padding: 10px; border: 1px solid #ccc;
    background: #fff; cursor: pointer; font-weight: bold; border-radius: 4px;
}
.nd-tab-btn.active { background: #00897b; color: #fff; border-color: #00897b; }
.nd-tab-content { display: none; }
.nd-tab-content.active { display: block; }
.nd-select-group { display: flex; gap: 10px; margin-bottom: 15px; }
.nd-select-group select {
    flex: 1; height: 40px !important; padding: 0 10px !important;
    border: 1px solid #ccc !important; border-radius: 4px !important;
}
.nd-btn {
    width: 100%; padding: 12px; background: #e53935; color: white;
    border: none; border-radius: 4px; font-size: 16px; font-weight: bold; cursor: pointer;
}
.nd-btn:hover { background: #c62828; }

.nd-result-box { padding: 20px; }
.nd-result-banner {
    display: flex;
    background: linear-gradient(rgba(255,255,255,0.85), rgba(255,255,255,0.85)), url('https://images.unsplash.com/photo-1501785888041-af3ef285b470?auto=format&fit=crop&q=80&w=1000') center/cover;
    border-radius: 8px;
    border: 1px solid #b2dfdb;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.nd-banner-col {
    flex: 1; text-align: center; padding: 20px 10px;
    display: flex; flex-direction: column; justify-content: center;
}
.nd-banner-divider { width: 1px; background: #ccc; margin: 20px 0; }
.nd-banner-label {
    background: #fff; border: 1px solid #ddd; padding: 4px 15px; 
    border-radius: 20px; font-size: 13px; font-weight: bold; color: #00897b;
    display: inline-block; margin: 0 auto 10px auto;
}
.nd-banner-day { font-size: 60px; font-weight: bold; color: #d32f2f; line-height: 1; margin-bottom: 5px; }
.nd-banner-col:last-child .nd-banner-day { color: #2e7d32; }
.nd-banner-month-year { font-size: 15px; color: #333; font-weight: bold; margin-bottom: 5px; }
.nd-banner-dow { font-size: 14px; font-weight: bold; color: #d32f2f; margin-top: 5px; }
.nd-banner-canchi { font-size: 13px; color: #555; }

.nd-details-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 15px;
    background: #fcfcfc; border: 1px solid #eee; padding: 20px; border-radius: 8px;
}
.nd-detail-item { font-size: 14px; color: #333; line-height: 1.6; }
.nd-detail-item.full-width { grid-column: 1 / -1; }
.nd-check { color: #00897b; font-weight: bold; margin-right: 5px; font-size: 16px; }
.nd-text-red { color: #d32f2f; font-weight: 500; }

.nd-action-links { margin-top: 20px; border-top: 1px dashed #ccc; padding-top: 15px; text-align: center; }
.nd-link-btn {
    display: inline-block; background: #ff9800; color: #fff; 
    padding: 10px 20px; font-weight: bold; font-size: 15px; 
    text-decoration: none; border-radius: 5px;
}
.nd-link-btn:hover { background: #e68a00; color: #fff; }