.hidden {
    display: none;
}

.e590b4 {
    font-family: 'Yu Gothic Medium', sans-serif;
    color: #333;
}
.e590b4-head {
    display: flex;
    font-size: 24px;
    font-weight: bold;
    background-color: #2093c3;
    color: #fff;
    padding: 4px 8px;
}
@media (max-width: 1024px) {
    .e590b4-head {
        font-size: 20px;
    }
}
.e590b4-body {
    display: grid;
    /* justify-content: center; */
    grid-template-columns: repeat(3, 1fr);
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 10px;
}
@media (max-width: 900px) {
    .e590b4-body {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 600px) {
    .e590b4-body {
        grid-template-columns: repeat(1, 1fr);
    }
}

.e590b4 a {
    text-decoration: none;
    color: inherit;
}
.e590b4 ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.e590b4-title {
    background-color: #f1f1f1;
    font-size: 14px;
    margin: 0 0 6px;
    padding: 4px 8px;
}

.e590b4-card {
    background-color: #fff;
    border: 1px solid #f1f1f1;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    padding: 10px 0;
}

.e590b4-card > :not([hidden]) ~ :not([hidden]) {
    margin-top: 14px;
}

.e590b4-model,
.e590b4-carrier,
.e590b4-sim-lock,
.e590b4-network,
.e590b4-payment,
.e590b4-valuation {
    padding: 0 10px;
}

.e590b4-ul {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.e590b4-model {
    font-size: 20px;
    font-weight: bold;
}

.e590b4-carrier li {
    width: calc(25% - calc(30px / 4));
    min-width: 82px;
}

.e590b4-sim-lock li {
    width: calc(50% - calc(10px / 2));
}
.e590b4-network li {
    width: calc(25% - calc(30px / 4));
}

.e590b4-payment li {
    width: calc(50% - calc(10px / 2));
}

.e590b4-valuation > :not([hidden]) ~ :not([hidden]) {
    margin-top: 1px;
}
.e590b4-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    /* background-color: #f1f1f1; */
    font-size: 12px;
}
.e590b4-price-label {
    font-weight: bold;
}
.e590b4-price-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1px 2px;
    min-width: 70px;
    background-color: #333;
    border-radius: 9999px;
    color: #fff;
    font-size: 10px;
}
.e590b4-price.s .e590b4-price-value {
    color: #fd115d;
}
.e590b4-price.a .e590b4-price-tag {
    background-color: #97c548;
}
.e590b4-price.b .e590b4-price-tag {
    background-color: #2093c3;
}
.e590b4-price.c .e590b4-price-tag {
    background-color: #464646;
}
.e590b4-price.junk .e590b4-price-tag {
    background-color: #e51;
}
.e590b4-price.a,
.e590b4-price.b,
.e590b4-price.c {
    background-color: #f0f0f0;
}
.e590b4-price.junk {
    background-color: #e5f1ff;
}

.e590b4-btn {
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 28px;
    font-size: 12px;
    border-radius: 4px;
    border: 0;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    background-color: #fff;
}
.e590b4-btn.a {
    background-color: #cf0f30;
    color: #fff;
}
.e590b4-btn.b {
    background-color: #eb5505;
    color: #fff;
}
.e590b4-btn.c {
    background-color: #b1b1b1;
    color: #fff;
}
.e590b4-btn.d {
    border: 1px solid rgb(0 0 0 / 0.1);
}

.e590b4-btn svg {
    width: 14px;
}