.elementor-22555 .elementor-element.elementor-element-0ae0fd9{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-51a1574 */.lhp-pending-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 20px;
}

/* CARD */
.lhp-pending-card {
    max-width: 520px;
    width: 100%;
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    border: 1px solid rgba(0,0,0,0.05);
}

/* ICON */
.pending-icon {
    font-size: 40px;
    margin-bottom: 15px;
}

/* TITLE */
.lhp-pending-card h2 {
    color: #004AAD;
    margin-bottom: 10px;
}

/* TEXT */
.pending-subtext {
    color: #6B7280;
    font-size: 14px;
    margin-bottom: 20px;
}

/* INFO BOX */
.pending-info {
    background: #f5f7fa;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 25px;
    text-align: left;
}

.pending-info p {
    margin: 5px 0;
    font-size: 13px;
    color: #374151;
}

/* BUTTON */
.pending-btn {
    background: #004AAD;
    color: #fff !important;
    padding: 12px 20px;
    border-radius: 10px;
    text-decoration: none !important;
    display: inline-block;
    font-weight: 500;
    transition: 0.3s;
}

.pending-btn:hover {
    background: #003580;
    transform: translateY(-2px);
}

/* FOOTER */
.pending-note {
    margin-top: 20px;
    font-size: 12px;
    color: #6B7280;
}/* End custom CSS */