.gso-wrapper {
    max-width: 560px;
    margin: 24px 0;
    border: 2px solid #222;
    border-radius: 10px;
    overflow: hidden;
    font-family: inherit;
}
.gso-title {
    background: #111;
    color: #fff;
    margin: 0;
    padding: 14px 16px;
    text-align: center;
    font-size: 18px;
}
.gso-table {
    width: 100%;
    border-collapse: collapse;
}
.gso-table thead th {
    background: #f5c400;
    color: #111;
    padding: 10px 12px;
    text-align: left;
    font-size: 14px;
}
.gso-table thead th:last-child,
.gso-table td.gso-value {
    text-align: right;
}
.gso-table tbody td {
    padding: 10px 12px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}
.gso-total-row td {
    background: #fafafa;
    font-weight: 700;
    border-top: 2px solid #222;
    padding: 12px;
    font-size: 15px;
}
.gso-price-box {
    background: #d63638;
    color: #fff;
    text-align: center;
    padding: 16px;
}
.gso-price-label {
    display: block;
    font-size: 14px;
    margin-bottom: 4px;
}
.gso-price-amount {
    display: block;
    font-size: 28px;
    font-weight: 800;
}
