.price-table table th,
.price-table table td {
    padding: 1rem;
    border: 1px solid #ccc;
    text-align: left;
}

.price-table table td:hover {
    background-color: #f5f5f5;
}

.price-table table td > div {
    display: flex;
    flex-direction: column;
    gap: .6rem;
}
th.course-name {
    width: 50%;
    font-size: 1.3rem;
    color: #333;
}
th.price {
    width: 20%;
    font-size: 1.3rem;
    color: #333;
}
th.remark {
    width: 30%;
    font-size: 1.3rem;
    color: #333;
}

table a {
    color:#000;
}
table a:hover {
    /* color:#0056b3; */
    color: #0a8be1;
}

.buy-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}

.buy-content-img img {
    width: 240px;
}

.buy-content ul {
    list-style: disc;
    padding-left: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: .6rem;
}

.course-title {
    font-weight: bold;
}

@media (max-width: 1024px) {
    .table-scroll-hint {
        margin-top: -1rem;
        margin-bottom: -1rem;
        display: block;
    }
}





