.modal {
    z-index: 100000 !important;
}
.custom-modal-content {
    border-radius: 0 !important;
}

.modal-header {
    border-bottom: none;
    text-align: left;
    display: block;
}
.popup-subtitle {
    text-align: left;
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}
.custom-input {
    border: 1px solid #ccc;
    border-radius: 0 !important;
    height: 45px;
}
.custom-checkbox {
    accent-color: #000000;
}
.separator {
    text-align: center;
    position: relative;
    margin: 20px 0;
    font-weight: 600;
    color: #666;
}
.separator::before,
.separator::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 40%;
    height: 1px;
    background-color: #ddd;
}
.separator::before {
    left: 0;
}
.separator::after {
    right: 0;
}
.add-more-link {
    color: #0d6efd;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}
.add-more-link:hover {
    text-decoration: underline;
}
/* Interest Buttons */
.interest-options {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.interest-btn {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 10px 15px;
    text-align: left;
    width: 100%;
    font-weight: 500;
    color: #333;
    cursor: pointer;
}
.interest-btn:hover {
    background-color: #f0f0f0;
}
