/* Guarantee */
.guarantee-modal-title-wrapper {
    display: flex;
    flex-direction: row;
}

.guarantee-modal-title-wrapper .guarantee-modal-image {
    display: flex;
    margin-right: 2rem !important;
}

.guarantee-modal-subtitle-wrapper .guarantee-modal-image {
    display: none;
}

.guarantee-modal-title {
    font-size: 22px;
    line-height: 30px;
}

.custom-size-modal .modal-body {
    margin-top: -40px !important;
    padding-bottom: 0 !important;
    max-width: 700px;
}

.custom-size-modal .modal-header {
    position: relative;
    z-index: 1;
    border-bottom: 0;
}

.custom-size-modal .modal-dialog {
    position: relative;
    top: 0;
    left: 0;
    max-width: 700px;
    transform: translate(0, -30%) !important
}

.guarantee-modal-header {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.guarantee-modal-subtitle-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 20px 0;
}

.guarantee-modal-subtitle-wrapper .guarantee-modal-subtitle-main {
    display: flex;
    flex-direction: column;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 20px;
}

.guarantee-modal-subtitle-text .custom-link {
    font-size: 14px;
    line-height: 20px;
}

.guarantee-modal-table-wrapper {
    margin: -20px;
    background: #fff;
}

.guarantee-modal-table-title {
    font-size: 18px;
    line-height: 30px;
    margin: 20px 0 20px 20px;
}

.guarantee-modal-table thead {
    font-size: 14px !important;
    line-height: 20px !important;
}

.guarantee-modal-table thead >tr >th {
    padding-left: 30px;
    border: none !important;
}

.guarantee-modal-table >tbody >tr >td {
    padding-left: 30px;
}

.guarantee-modal-table >tbody >tr:first-child >td {
    border-top: none !important;
}

.guarantee-modal-table {
    margin-bottom: 0 !important;
}

.guarantee-modal-table-container {
    background-color: #f9f9f9 !important;
    padding-bottom: 20px;
}

.guarantee-modal-table >tbody >tr:nth-child(2n) {
    background-color: #fff !important;
}

@media (min-width: 476px) {
    .guarantee-modal-table-title {
        margin: 0 0 20px 30px;
    }

    .guarantee-modal-header {
        margin: 15px;
    }

    .custom-size-modal .modal-dialog {
        transform: translate(0, -45%) !important
    }

    .guarantee-modal-subtitle-wrapper .guarantee-modal-subtitle-main {
        font-size: 18px;
        line-height: 30px;
    }
}


@media (min-width: 768px) {
    .guarantee-modal-header {
        margin: 25px;
    }

    .custom-size-modal .modal-dialog {
        position: absolute;
        margin: 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) !important;
    }

    .guarantee-modal-title-wrapper .guarantee-modal-image {
        display: none;
    }

    .guarantee-modal-subtitle-wrapper .guarantee-modal-image {
        display: flex;
    }

    .guarantee-modal-table-wrapper {
        margin: -30px;
        padding: 25px 50px;
        background: #f9f9f9;
    }

    .guarantee-modal-table-title {
        margin: 0 0 20px 0;
    }
}

@media (max-width: 767px) {
    .guarantee-modal-title {
        display: flex;
        flex-direction: column;
        font-size: 20px;
        line-height: 27px;
        align-self: center;
    }
}
