.insurance-redirect-wrapper-8a1112ff {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.insurance-select-8a1112ff {
    width: 100%;
    border: 1px solid #ccc;
    font-size: 16px;
    background-color: #fff;
    cursor: pointer;
    box-sizing: border-box;
}

.insurance-btn-8a1112ff {
    width: 100%;
    border: none;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s ease, color 0.3s ease;
    box-sizing: border-box;
}

.insurance-btn-8a1112ff:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
