body.update-custom-page .quick-register-head strong {
    color: #b45309;
}

.uc-step-hint {
    margin: 0 0 1.25rem;
    color: #64748b;
    font-size: 0.92rem;
}

.uc-module-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 0.85rem;
}

.uc-module-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.55rem;
    padding: 1rem 1.1rem;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    text-align: left;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
    font-family: inherit;
}

.uc-module-card:hover {
    border-color: #93c5fd;
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.1);
}

.uc-module-card.selected {
    border-color: #2563eb;
    background: #eff6ff;
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.14);
}

.uc-module-card-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, #2563eb, #0ea5e9);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.uc-module-card h3 {
    margin: 0;
    font-size: 0.95rem;
    color: #0f172a;
    line-height: 1.35;
}

.uc-module-card p {
    margin: 0;
    font-size: 0.78rem;
    color: #64748b;
    line-height: 1.45;
}

.uc-selected-module {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    border-radius: 10px;
    color: #047857;
    font-size: 0.9rem;
    flex-wrap: wrap;
}

.uc-feature-toolbar {
    display: flex;
    gap: 1rem;
    margin-bottom: 0.85rem;
}

.uc-link-btn {
    background: none;
    border: none;
    padding: 0;
    color: #2563eb;
    font-weight: 600;
    font-size: 0.85rem;
    cursor: pointer;
    font-family: inherit;
}

.uc-link-btn:hover {
    text-decoration: underline;
}

.uc-feature-list {
    display: grid;
    gap: 0.55rem;
    max-height: 360px;
    overflow-y: auto;
    padding-right: 0.25rem;
}

.uc-feature-section {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 0.85rem;
    background: #f8fafc;
}

.uc-feature-section h4 {
    margin: 0 0 0.7rem;
    font-size: 0.9rem;
    color: #0f172a;
}

.uc-feature-list-inner {
    display: grid;
    gap: 0.55rem;
}

.uc-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
}

.uc-feature-item:hover {
    border-color: #bfdbfe;
    background: #f8fafc;
}

.uc-feature-item input {
    margin-top: 0.15rem;
    width: 18px;
    height: 18px;
    accent-color: #2563eb;
    flex-shrink: 0;
}

.uc-feature-item span {
    font-size: 0.9rem;
    color: #1e293b;
    line-height: 1.45;
}

.uc-feature-item.checked {
    border-color: #2563eb;
    background: #eff6ff;
}

.uc-feature-empty {
    padding: 1.5rem;
    text-align: center;
    color: #64748b;
    border: 1px dashed #cbd5e1;
    border-radius: 10px;
    font-size: 0.9rem;
}

.uc-optional {
    font-weight: 400;
    color: #94a3b8;
}

.uc-file-preview {
    margin-top: 0.5rem;
    padding: 0.5rem 0.75rem;
    background: #f1f5f9;
    border-radius: 8px;
    font-size: 0.82rem;
    color: #475569;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.uc-fee-note {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    margin-top: 1rem;
    padding: 1rem 1.15rem;
    background: linear-gradient(135deg, #fff7ed, #ffedd5);
    border: 1px solid #fed7aa;
    border-radius: 12px;
}

.uc-fee-note i {
    color: #ea580c;
    font-size: 1.25rem;
    margin-top: 0.1rem;
}

.uc-fee-note strong {
    display: block;
    color: #9a3412;
    margin-bottom: 0.2rem;
}

.uc-fee-note span {
    font-size: 0.85rem;
    color: #c2410c;
}

@media (max-width: 640px) {
    .uc-module-grid {
        grid-template-columns: 1fr;
    }
}
