.wp-block-acf-settings {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.wp-block-acf-settings .form-group-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 60px;
}

.wp-block-acf-settings .form-group-row > div {
    display: flex;
    flex-grow: 1;
    width: 100%;
    flex-direction: column;
    gap: 5px;
}

.wp-block-acf-settings .form-group-row label {
    color: #0F0F0F;

    font-family: var(--wp--preset--font-family--body);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 171.429% */
}

.wp-block-acf-settings .form-group-row input[type="text"] {
    display: flex;
    padding: 8px 13px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid #E4E9F0;
    color: #1F77A2;

    font-family: var(--wp--preset--font-family--body);
    font-size: 15.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 154.839% */
}

.wp-block-acf-settings input[type="submit"] {
    margin-top: 56px;
    display: flex;
    width: 100%;
    padding: 18px 25px;
    justify-content: center;
    align-items: center;
    border-radius: 52px;
    background: rgba(98, 209, 136, 1);
    border: none;
    cursor: pointer;
    color: #FFF;

    text-align: center;
    /* Button */
    font-family: var(--wp--preset--font-family--body);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px; /* 100% */
}

.wp-block-acf-settings input[type="submit"]:disabled {
    background: rgba(98, 209, 136, 0.50);
    cursor: none;
}

.wp-block-acf-settings .billing-info > div {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #D9D9D9;
    padding: 23px;
    justify-content: space-between;
}

.wp-block-acf-settings .billing-info > div > div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.wp-block-acf-settings .billing-info > div a {
    color: #1F77A2;
    text-align: center;
    font-family: var(--wp--preset--font-family--body);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 150% */
    text-decoration: none;
}

.wp-block-acf-settings .billing-info > div > div span {
    color: #000;
    font-family: var(--wp--preset--font-family--body);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.wp-block-acf-settings .billing-info > div > div span:first-child {
    color: #1F77A2;
    font-family: var(--wp--preset--font-family--body);
    font-size: 13.891px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 172.778% */
}

.account-billing.wp-block-acf-settings {
    gap: 0;
}

.wp-block-acf-settings .invoices-list > div {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #D9D9D9;
    padding: 23px;
    justify-content: space-between;
}
.wp-block-acf-settings .invoices-list > div:last-child,
.wp-block-acf-settings .billing-info > div:last-child {
    border: none;
}

.ilchwa-profile.wp-block-acf-settings {
    gap: 24px;
}


.wp-block-acf-settings .ilchwa-profile-general {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.wp-block-acf-settings .ilchwa-profile-general .ilchwa-profile-image {
    display: flex;
    gap: 20px;
    flex-direction: row;
}

.wp-block-group.pass-emails {
    gap: 0px;
    padding: 0px;
}

.pass-emails .ilchwa-settings-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 24px;
    border-bottom: 1px solid #D9D9D9;
}

.pass-emails .ilchwa-settings-wrapper:last-child {
    border: none !important;
}

.pass-emails .ilchwa-settings-wrapper > div {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
}

.pass-emails .ilchwa-settings-wrapper > div h3 {
    margin: 0;
    color: #0F0F0F;
    font-family: var(--wp--preset--font-family--body);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}

.pass-emails .ilchwa-settings-wrapper > div span {
    color: #0F0F0F;
    font-family: var(--wp--preset--font-family--body);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
}

.update-card-element-wrap {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.update-card-element-wrap #update-card-element-wrap {
    border-radius: 4px;
    border: 1px solid #E4E9F0;
    padding: 10px;
}

#update-card-element-wrap {

}

.update-card-element-wrap .update-card-details {
    display: flex;
    align-content: space-between;
    align-items: center;
    justify-content: space-between;
}

.update-card-element-wrap .update-card-details > div {
    color: #1F77A2;
    font-family: var(--wp--preset--font-family--body);
    font-size: 11.813px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 203.175% */
    display: flex;
    align-items: center;

    gap: 5px;
}

.update-card-element-wrap .update-card-details > input[type="button"] {

    display: flex;
    padding: 14px 25px;
    justify-content: center;
    align-items: center;
    border-radius: 52px;
    background: #62D188;

    color: #0F0F0F;

    text-align: center;
    /* Button */
    font-family: var(--wp--preset--font-family--body);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px; /* 100% */

    border: none;

}

.update-card-element-wrap .update-card-details > input[type="button"]:hover{
    background: #5BC17E;
}

#update-card-form #update-card-element .errors {
    display: block;
    color: #f00;
    font-family: var(--wp--preset--font-family--body);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.card-updated-stripe {
    padding-top: 45px;
    padding-bottom: 45px;
}

.card-updated-stripe h2 {
    font-size: 24px;
}

.card-updated-stripe p {
    font-size: 14px;
}