.terms-service-page {
    padding-top: 40px;
    padding-bottom: 60px;
    font-family: Arial, Helvetica, sans-serif;
}

.terms-service-page__title {
    color: var(--ho-ho_black);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
}

.terms-service-table {
    width: 100%;
    border-collapse: collapse;
    color: var(--ho-ho_darkgrey);
    font-family: Arial, Helvetica, sans-serif;
}

.terms-service-table thead th {
    background-color: var(--ho-ho_darkgrey);
    color: var(--ho-ho_white);
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-align: center;
    text-transform: uppercase;
    padding: 0.875rem 1rem;
}

.terms-service-table thead th:first-child {
    text-align: left;
}

.terms-service-table tbody td {
    padding: 1.25rem 1rem;
    vertical-align: middle;
    border-bottom: 1px solid rgba(94, 96, 96, 0.25);
}

.terms-service-table tbody tr:last-child td {
    border-bottom: 1px solid rgba(94, 96, 96, 0.25);
}

.terms-service-table__date {
    text-align: left;
}

.terms-service-table__promotion,
.terms-service-table__action {
    text-align: center;
}

.terms-service-table__btn {
    display: inline-block;
    background-color: var(--ho-ho_lightgreen);
    color: var(--ho-ho_white);
    border: 1px solid var(--ho-ho_lightgreen);
    border-radius: 4px;
    padding: 0.5rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.terms-service-table__btn:hover,
.terms-service-table__btn:focus {
    background-color: var(--ho-ho_darkgreen);
    border-color: var(--ho-ho_darkgreen);
    color: var(--ho-ho_white);
    text-decoration: none;
}

@media (max-width: 767.98px) {
    .terms-service-page__title {
        font-size: 1.5rem;
    }

    .terms-service-table,
    .terms-service-table thead,
    .terms-service-table tbody,
    .terms-service-table th,
    .terms-service-table td,
    .terms-service-table tr {
        display: block;
    }

    .terms-service-table thead {
        display: none;
    }

    .terms-service-table tbody tr {
        border: 1px solid rgba(94, 96, 96, 0.25);
        border-radius: 4px;
        margin-bottom: 1rem;
        padding: 0.75rem;
    }

    .terms-service-table tbody td {
        border-bottom: none;
        padding: 0.5rem 0;
        text-align: left;
    }

    .terms-service-table__promotion,
    .terms-service-table__action {
        text-align: left;
    }

    .terms-service-table__action {
        margin-top: 0.5rem;
    }
}
