.form-grid select {
    height: 42px !important;
    min-height: 42px;
    padding: 0 12px !important;
    box-sizing: border-box;
}

.success-card {
    position: relative;
}

.close-button {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: #f1f1ef;
    color: #565b64;
    font-size: 25px;
    line-height: 1;
    cursor: pointer;
}

.close-button:hover {
    background: #e4e5e7;
    color: var(--ink);
}
