.gws-po {
    width: 100%;
    max-width: 560px;
    border: 1px solid #cfcfcf;
    border-radius: 3px;
    overflow: hidden;
    margin: 22px 0;
    background: #fff;
    box-sizing: border-box;
}

.gws-po,
.gws-po * {
    box-sizing: border-box;
}

.gws-po__option {
    display: grid !important;
    grid-template-columns: 22px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: 58px;
    padding: 13px 16px;
    margin: 0 !important;
    border-bottom: 1px solid #d8d8d8;
    cursor: pointer;
    line-height: 1.25;
    font-weight: inherit;
}

.gws-po__option:last-child {
    border-bottom: 0;
}

.gws-po__radio {
    width: 17px !important;
    height: 17px !important;
    min-width: 17px;
    margin: 0 !important;
    padding: 0 !important;
    cursor: pointer;
}

.gws-po__title,
.gws-po__title-wrap {
    display: block;
    min-width: 0;
    color: #222;
    font-size: 15px;
    line-height: 1.25;
}

.gws-po__price {
    display: block;
    color: #222;
    font-size: 15px;
    line-height: 1.25;
    text-align: right;
    white-space: nowrap;
}

.gws-po__price del {
    margin-left: 5px;
    color: #555;
    text-decoration: line-through;
}

.gws-po__interval-select {
    display: block;
    width: 100%;
    max-width: 220px;
    min-height: 32px;
    margin: 7px 0 0;
    padding: 5px 28px 5px 8px;
    border: 1px solid #cfcfcf;
    border-radius: 3px;
    background-color: #fff;
    color: #222;
    font: inherit;
    font-size: 14px;
    line-height: 1.2;
    cursor: pointer;
}

@media (max-width: 480px) {
    .gws-po__option {
        grid-template-columns: 22px minmax(0, 1fr);
        gap: 7px 10px;
        padding: 13px 14px;
    }

    .gws-po__price {
        grid-column: 2;
        text-align: left;
    }

    .gws-po__interval-select {
        max-width: 100%;
    }
}
