﻿thead, tbody, tfoot, tr, td, th {
    border-color: inherit;
    border-style: inherit;
    border-width: inherit;
}

.sightContent {
    line-height: 1.2em;
    height: 6em; /* 5 lines */
    overflow: hidden;
    transition: height 0.5s ease;
}

    .sightContent.expanded {
        height: auto; /* When expanded, show full content */
    }

.toggleButton {
    background: none;
    color: orange;
    border: none;
    padding: 0;
    cursor: pointer;
}

.outterSightContent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.sightDiv {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

/* 額滿圖片樣式 */
.full-image {
    max-width: 200px;
    height: auto;
}