﻿.unit-icon {
    height: 90px;
    text-align: center;
    font-size: 45px;
    align-items: center;
    display: flex;
    justify-content: left;
    padding-right: 15px;
}
.progress .progress-value {
    transition: width 4s ease-in-out;
    border-radius: 0;
    background: var(--theme);
    height: 8px;
    width: 0;
}
.progress-text{
    text-align:right;
    font-size:12px;
}
.news-card-items .event-author {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.theme-btn-sm {
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none !important;
    background-color: var(--theme);
    color: var(--white);
    font-size: 15px;
    font-weight: 700;
    padding: 22px 20px;
    transition: all 0.4s ease-in-out;
    letter-spacing: 0;
    border-radius: 17px;
    position: relative;
    overflow: hidden;
    text-align: center;
    line-height: 1;
    z-index: 9;
    text-transform: capitalize;
}
.theme-btn-sm-white {
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none !important;
    background-color: #385469;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 22px 20px;
    transition: all 0.4s ease-in-out;
    letter-spacing: 0;
    border-radius: 17px;
    position: relative;
    overflow: hidden;
    text-align: center;
    line-height: 1;
    z-index: 9;
    text-transform: capitalize;
}
.h3-title {
    font-size: 35px;
    text-align: center;
    margin-bottom: 40px
}
.audio-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.audio-button {
    background: rgba(208, 208, 187, 0.2);
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}
.unit-list-btn {
    font-size: 22px;
    color: #385469;
}
    .unit-list-btn:hover {

        color: var(--theme);
    }
.pre-next-zone {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:20px;
}
.wid-title p{
    position: relative;
    padding-bottom: 15px;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(90deg, #F39F5F 4.85%, rgba(201, 203, 223, 0) 96.39%);
    border-bottom: 2px solid transparent;
    border-image-slice: 2;
    display: inline-block;
}
.arrow-icon{
    left:45% !important;
}
.game-wrap {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999999;
    background-color: rgba(255, 255, 255, 0.9);
    overflow: hidden;
}
.game-wrap .game-inner {

    width: 100%;
    height: 100%;
}
.game-close {
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 30px;
    color: var(--theme);
    cursor: pointer;
    transition: all 0.3s ease;
}
.game-close:hover {
    transform: scale(1.2);
    color: #e58a47;
}

/* 遊戲卡片可點擊樣式 */
.program-box-items {
    cursor: pointer;
}

.program-box-items .program-image,
.program-box-items .program-content h4 a {
    cursor: pointer;
}