.zg-wg-service-modal summary {
    display: none;
    list-style: none;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
    text-align: center;
    font-style: normal;
    text-decoration-line: underline;
}
.zg-wg-service-modal .modal__content {
    width: 520px;
}
.zg-wg-service-modal .modal__close-control {
    top: 7px;
}
.zg-wg-service-modal .modal__close-control svg {
    height: 18px;
}

.zg-wg-service-modal .popup__content-title {
    padding: 15px 0;
    text-align: center;
    font-size: 26px;
    color: #333333;
    line-height: 28px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    font-family: 'OregonLdo Regular';
    border-bottom: 1px solid #EEEEEE;
}
.zg-wg-service-modal .popup__content-inn {
    padding: 13px 20px;
}
.zg-wg-service-modal table tbody tr {
    height: 66px;
}
.zg-wg-service-modal table tbody tr:nth-child(odd) {
  background-color: #f4f4f4;
}
.zg-wg-service-modal table th,
.zg-wg-service-modal table td {
    text-align: center;
    font-size: 15px;
}
.zg-wg-service-modal table th {
    padding: 10px 0;
}
.zg-wg-service-modal table td .icon {
    position: relative;
    display: inline-block;
    width: 22px;
    aspect-ratio: 1;
}
.zg-wg-service-modal table td .icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}
.zg-wg-service-modal .popup__content-inn .zg-wg-options {
    margin: 20px 0;
}
.zg-wg-service-modal .popup__content-inn .zg-wg-options ul li {
    padding-block: 18px;
}
.popup__content-inn button[name="cancel"] {
    text-decoration: underline;
}

.zg-wg-service-modal .icon-wrapper {
    width: 25px;
}

.zg-wg-service-modal .label-value {
    font-size: 15px;
}

.popup__content-inn button[name="close"] {
    text-decoration: underline;
}

.zg-wg-service-modal__description {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 45px;
}
.zg-wg-service-modal__description .title {
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
    font-family: 'OregonLdo Regular';
}
.zg-wg-service-modal__description .value {
    margin-top: 2px;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
}

@media (max-width: 959px) {
    .zg-wg-service-modal .popup__content-inn {
        padding: 15px;
    }
    .zg-wg-service-modal summary {
        font-size: 12px;
        font-weight: 300;
        line-height: 15px;
    }
    .zg-wg-service-modal .modal__content {
        width: 100%;
    }

    .zg-wg-service-modal .popup__content-title {
        font-size: 16px;
        color: #222222;
        line-height: 18px;
        padding: 14px 0;
    }
    .zg-wg-service-modal .popup__content-inn {
        font-size: 14px;
        line-height: 16px;
    }
    .zg-wg-service-modal table td .icon {
        width: 18px;
        height: 18px;
    }
    .zg-wg-service-modal table td .icon svg {
        width: 14px;
        height: 14px;
    }
    .zg-wg-service-modal .popup__content-inn .zg-wg-options {
        margin: 10px 0;
    }
    .zg-wg-service-modal .label-value {
        font-size: 14px;
        line-height: 16px;
    }
    .zg-wg-options ul li {
        padding: 20px 0;
    }
    .zg-wg-service .zg-wg-options {
        padding: 0 10px;
    }
    .zg-wg-service-modal .icon-wrapper {
        width: 20px;
    }
    .zg-wg-service-modal__description .title {
        font-size: 16px;
        line-height: 18px;
    }
    .zg-wg-service-modal__description .value {
        font-size: 13px;
        line-height: 15px;
    }
}
