.back-btn-container {
    width: 100%;
}
.back-btn-9119b67a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    background-color: #18428F;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    transition: background-color 0.3s ease, opacity 0.3s ease;
}
.back-btn-9119b67a:hover {
    opacity: 0.9;
}
.back-btn-icon-9119b67a svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}
