.fsr-container-6e8dae17 {
    border: 1px solid #e5e5e5;
    background: #fff;
    font-family: sans-serif;
    border-radius: 4px;
    overflow: hidden;
}

.fsr-header-6e8dae17 {
    background-color: #2b50d8;
    color: #fff;
    text-align: center;
    padding: 15px 20px;
    font-size: 24px;
    font-weight: bold;
}

.fsr-desc-6e8dae17 {
    padding: 15px 20px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.fsr-table-6e8dae17 {
    width: 100%;
    border-collapse: collapse;
}

.fsr-table-6e8dae17 td {
    padding: 15px 20px;
    border-bottom: 1px solid #e5e5e5;
    vertical-align: middle;
}

.fsr-table-6e8dae17 td:first-child {
    border-right: 1px solid #e5e5e5;
    width: 50%;
    font-weight: 600;
}

.fsr-table-6e8dae17 a {
    color: #e91e63;
    text-decoration: none;
    font-weight: 600;
}

.fsr-icon-6e8dae17 {
    margin-left: 8px;
    color: #333;
    display: inline-flex;
    align-items: center;
}
.fsr-icon-6e8dae17 svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.fsr-form-wrap-6e8dae17 {
    padding: 20px;
    background: #f9f9f9;
}

.fsr-form-row {
    margin-bottom: 15px;
}

.fsr-form-row:last-child {
    margin-bottom: 0;
}

.fsr-form-6e8dae17 input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 15px;
    background: #fff;
    color: #333;
    outline: none;
    box-sizing: border-box;
}

.fsr-form-6e8dae17 input:focus {
    border-color: #2b50d8;
}

.fsr-submit-6e8dae17 {
    width: 100%;
    padding: 14px 20px;
    background-color: #2b50d8;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.fsr-submit-6e8dae17:hover {
    background-color: #1a3cb0;
}
