h1.title {
    font-size: 22px;
    color: #CAA94C;
    margin-bottom: 45px;
    font-weight: 700;
    text-align: center;
}

.content {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.reservation-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px 10px 20px;
}

.reservation-info .description {
    font-size: 10.8px;
    color: #4D4D4D;
    margin-top: 30px;
    width: 100%;
    max-width: 369px;
    text-align: center;
}

.reservation-info .notice {
    font-size: 10.8px;
    color: #FF0000;
    font-weight: 700;
    text-align: center;
}

.links {
    padding: 30px;
    width: 100%;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 37px;
}

.links a {
    width: 100%;
    height: 55px;
}

.links .member-only {
    font-size: 9.8px;
    color: #4D4D4D;
    font-weight: 700;
    margin: 0;
}

.footer {
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .btn-back {
    width: 100%;
    max-width: 200px;
    height: 46px;
}

@media screen and (max-width: 576px) {
    .links a {
        width: 100%;
        max-width: 240px;
        min-width: unset;
    }
}
