[v-cloak] {
  display: none;
}
.blockUI{
    z-index: 9999999999 !important;
}
.blockUI.blockMsg{
    padding: 30px 15px !important;
    border: none !important;
    color: #fff !important;
    background:  rgba(0,0,0,0.5) !important;
    border-radius: 15px !important;
}
ul.sitemap ol{
    margin-left: 25px;
}
ul.sitemap a{
    color: #00897B;
}
.content-404{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 15vh 0px;
}
.content-404 i{
    font-size: 5em;
    color: #F87E7B;
    margin-bottom: 10px;
}
.searchResult .textclip{
    -webkit-line-clamp: 3;
}
.searchResult .textclip .description{
    color: #666;
}
.searchResult .textclip strong{
    color: #E5625C;
    border-bottom: 1px solid;
}
table[border]:not([border="0"]) {
    border-collapse: collapse;
    border: 1px solid #ccc;
}

table[border]:not([border="0"]) tr {
    border-bottom: 1px solid #ccc;
}

table[border]:not([border="0"]) td,
table[border]:not([border="0"]) th{
    border-right: 1px solid #ccc;
    padding: 5px 10px;
}

table[border]:not([border="0"]) td:last-child,
table[border]:not([border="0"]) td:last-child{
    /*border-right: none;*/
}
.photos{
    width: 100%;
    flex-wrap: wrap;
    display: flex;
}
.photos .photo{
    width: calc(100% / 3 - 15px);
    margin: 7.5px;
}
.photos .photo img{
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.goBack{
  display:flex;
  align-items:center;
  justify-content:center;
}

/* 建議同時涵蓋 <button> 與以 .btn 樣式的 <a> */
.goBack button,
.goBack .btn{
  padding:10px 20px;
  min-height:40px;
  background:#323232;
  color:#fff;
  border-radius:30px;
  border:1px solid transparent;
  font-size:1rem;
  line-height:1.2;
  cursor:pointer;
}

/* 滑鼠 hover：維持足夠對比 */
.goBack button:hover,
.goBack .btn:hover{
  background:#2a2a2a;
}

/* 鍵盤焦點必須清楚可見（2.4.7） */
.goBack button:focus-visible,
.goBack .btn:focus-visible{
  outline:2px solid #31B8D9;
  outline-offset:3px;
}
.group span.EP2.text-color-gray5{
    font-family: Arial;
}
.notice svg{
    flex-shrink: 0;
}
.blog-content img{
    display: initial;
}
.blog-content ol,
.blog-content ul{
    padding-left: 24px;
}
.blog-content ul {
    list-style: disc;
}
.blog-content ol {
    list-style: decimal;
}
#popup .content{
    min-width: 50vw;
}
.notice{
    display: flex;
    align-items: center;
}
.notice a{
    display: flex;
    align-items: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.notice a div{
    margin-left: 10px;
    margin-right: 10px;
    flex-shrink: 0;
}
.noticeSwiper .swiper-slide{
    width: 100%;
}

.sitemapDetail ol li{
    padding: 10px 0px;
    border-bottom: 1px dashed;
    color: #2B879E;
}
/* 下載區塊展開/收合樣式 - 使用更高的優先級 */
.download-content {
    overflow: hidden !important;
    transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out !important;
    max-height: 0 !important;
    opacity: 0 !important;
    display: block !important; /* 始終保持 display: block 讓動畫能正常運作 */
}

.download-content.expanded {
    max-height: 2000px !important; /* 足夠大的值來容納內容 */
    opacity: 1 !important;
    overflow: auto !important;
}

/* 移除可能的 Tailwind 衝突 */
.download-content * {
    box-sizing: border-box;
}

.download-toggle:focus {
    outline: 2px solid #31B8D9 !important;
    outline-offset: 2px !important;
}

.expand-indicator {
    transition: transform 0.3s ease-in-out !important;
    display: inline-block !important;
}

.expand-indicator.rotated {
    transform: rotate(180deg) !important;
}

.download-icon {
    transition: transform 0.3s ease-in-out !important;
}

.download-icon.rotated {
    transform: rotate(90deg) !important;
}

.download-content.expanded[data-debug="true"] {
    border: 2px solid green !important;
}
.w-full.search-box{
    width: 40%;
}
.server-number{
    flex-shrink: 0;
}
.bg-color-main4{
    background-color: #ffc107;
}
.text-color-main4{
    color: #ffc107;
}
.border-color-main4{
    border-color: #757575;
}
@media(max-width:  820px){
    .populationVersion a div{
        border-bottom: 1px solid #eee;
    }
    #popup .content{
        min-width: 80vw;
    }
    .w-full.search-box{
        width: 100%;
    }
}
