.sgwp-auth,
.sgwp-member {
    max-width: 480px;
    margin: 1.5em 0;
}

.sgwp-auth__title {
    margin: 0 0 .75em;
    font-size: 1.1rem;
}

.sgwp-auth__buttons {
    display: flex;
    flex-direction: column;
    gap: .6em;
}

.sgwp-btn {
    display: block;
    padding: .85em 1.2em;
    border-radius: 6px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    line-height: 1.4;
}

.sgwp-btn--google {
    background: #fff;
    color: #3c4043;
    border: 1px solid #dadce0;
}

.sgwp-btn--line {
    background: #06c755;
    color: #fff;
    border: 1px solid #06c755;
}

.sgwp-btn--plain {
    background: transparent;
    color: inherit;
    border: 1px solid currentColor;
}

.sgwp-notice {
    margin: 0 0 1em;
    padding: .75em 1em;
    border-radius: 4px;
    border-left: 4px solid;
}

.sgwp-notice--error {
    background: #fdecea;
    border-left-color: #d93025;
    color: #611a15;
}

.sgwp-notice--info {
    background: #e8f0fe;
    border-left-color: #1a73e8;
    color: #174ea6;
}

.sgwp-member__profile {
    margin: 0 0 1.5em;
}

.sgwp-member__profile dt {
    font-size: .85rem;
    opacity: .7;
}

.sgwp-member__profile dd {
    margin: 0 0 .9em;
    font-size: 1.05rem;
}

.sgwp-member__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .6em;
}

.sgwp-member__actions .sgwp-btn {
    flex: 1 1 auto;
}

.sgwp-reserve__step {
    margin-bottom: 1.5em;
}

.sgwp-reserve__label {
    display: block;
    margin-bottom: .4em;
    font-weight: 600;
}

.sgwp-reserve__select {
    width: 100%;
    padding: .6em;
    border: 1px solid currentColor;
    border-radius: 4px;
    background: transparent;
    color: inherit;
}

.sgwp-reserve__slots {
    display: flex;
    flex-wrap: wrap;
    gap: .5em;
}

.sgwp-slot {
    padding: .6em 1em;
    border: 1px solid currentColor;
    border-radius: 4px;
    background: transparent;
    color: inherit;
    cursor: pointer;
}

.sgwp-coupons__list,
.sgwp-tickets__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sgwp-coupon,
.sgwp-ticket {
    display: flex;
    flex-direction: column;
    gap: .3em;
    padding: 1em;
    margin-bottom: .8em;
    border: 1px solid currentColor;
    border-radius: 6px;
}

.sgwp-coupon__value,
.sgwp-ticket__name {
    font-weight: 700;
    font-size: 1.05rem;
}

.sgwp-coupon__code {
    align-self: flex-start;
    padding: .2em .6em;
    border-radius: 3px;
    background: rgba( 0, 0, 0, .06 );
}

.sgwp-ticket__notice {
    font-size: .8rem;
    line-height: 1.6;
    opacity: .8;
}

.sgwp-tickets__card {
    margin: 1.2em 0;
}
