:root {
    --spot-light: #7700ff !important;
}


.post-box-container.active{
    height: 590px;
}
.post-box-container .post-box-wrapper{
    width: 1000px;
    display: flex;
}
.post-box-container .post-box-wrapper section{
    width: 500px;
    background: #fff;
}
.post-box-container img{
    cursor: pointer;
}
.post-box-container .post{
    transition: margin-left 0.18s ease;
}
.post-box-container.active .post{
    margin-left: -500px;
}
.post header{
    font-size: 22px;
    font-weight: 600;
    padding: 17px 0;
    text-align: center;
    border-bottom: 1px solid #bfbfbf;
}
.post form{
    margin: 20px 25px;
}
.post form .content,
.audience .list li .column{
    display: flex;
    align-items: center;
}
.post form .content img{
    cursor: default;
    max-width: 52px;
    border-radius: 50%;
}
.post form .content .details{
    margin: -3px 0 0 12px;
}
form .content .details p{
    font-size: 17px;
    font-weight: 500;
}
.content .details .privacy{
    display: flex;
    height: 25px;
    cursor: pointer;
    padding: 0 10px;
    font-size: 11px;
    margin-top: 3px;
    border-radius: 5px;
    align-items: center;
    max-width: 98px;
    background: #E4E6EB;
    justify-content: space-between;
}
.details .privacy span{
    font-size: 13px;
    margin-top: 1px;
    font-weight: 500;
}
.details .privacy i:last-child{
    font-size: 13px;
    margin-left: 1px;
}
.post form :where(textarea, button){
    width: 100%;
    outline: none;
    border: none;
}
.post form textarea{
    resize: none;
    font-size: 18px;
    margin-top: 30px;
    min-height: 100px;
}
.post form textarea::placeholder{
    color: #858585;
}
.post form textarea:focus::placeholder{
    color: #b3b3b3;
}
.post form :where(.theme-emoji, .options){
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.theme-emoji img:last-child{
    max-width: 24px;
}
.post form .options{
    height: 57px;
    margin: 15px 0;
    padding: 0 15px;
    border-radius: 7px;
    border: 1px solid #414141;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.post form .options :where(.list, li),
.audience :where(.arrow-back, .icon, li .radio){
    display: flex;
    align-items: center;
    justify-content: center;
}
.post form .options p{
    color: #595959;
    font-size: 15px;
    font-weight: 500;
    cursor: default;
}
.post form .options .list{
    list-style: none;
}
.options .list li{
    height: 42px;
    width: 42px;
    margin: 0 -1px;
    cursor: pointer;
    border-radius: 50%;
}
.options .list li:hover{
    background: #414141;
}
.options .list li img{
    width: 23px;
}
form button{
    height: 53px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    color: #f6f6f6;
    cursor: no-drop;
    border-radius: 7px;
    background: #3a3b3d;
    transition: all 0.3s ease;
}
form textarea:valid ~ button{
    color: #fff;
    cursor: pointer;
    background: #4267B2;
}
form textarea:valid ~ button[disabled] {
    opacity: 0.5;
}
form textarea:valid ~ button:hover{
    background: #4267B2;
}
.post-box-container .audience{
    opacity: 0;
    transition: opacity 0.12s ease;
}
.post-box-container.active .audience{
    opacity: 1;
}
.audience header{
    padding: 17px 0;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #bfbfbf;
}
.audience header .arrow-back{
    position: absolute;
    left: 25px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    font-size: 15px;
    color: #747474;
    border-radius: 50%;
    background: #E4E6EB;
}
.audience header p{
    font-size: 22px;
    font-weight: 600;
}
.audience .content{
    margin: 20px 25px 0;
}
.audience .content p{
    font-size: 17px;
    font-weight: 500;
}
.audience .content span{
    font-size: 14px;
    color: #65676B;
}
.audience .list{
    margin: 15px 16px 20px;
    list-style: none;
}
.audience .list li{
    display: flex;
    cursor: pointer;
    margin-bottom: 5px;
    padding: 12px 10px;
    border-radius: 7px;
    align-items: center;
    justify-content: space-between;
}
.list li.active,
.audience .list li.active:hover{
    background: #E5F1FF;
}
.audience .list li:hover{
    background: #f0f1f4;
}
.audience .list li .column .icon{
    height: 50px;
    width: 50px;
    color: #333;
    font-size: 23px;
    border-radius: 50%;
    background: #E4E6EB;
}
.audience .list li.active .column .icon{
    background: #cce4ff;
}
.audience .list li .column .details{
    margin-left: 15px;
}
.list li .column .details p{
    font-weight: 500;
}
.list li .column .details span{
    font-size: 14px;
    color: #65676B;
}
.list li .radio{
    height: 20px;
    width: 20px;
    border-radius: 50%;
    position: relative;
    border: 1px solid #707070;
}
.list li.active .radio{
    border: 2px solid #4267B2;
}
.list li .radio::before{
    content: "";
    width: 12px;
    height: 12px;
    border-radius: inherit;
}
.list li.active .radio::before{
    background: #4267B2;
}
#new-post-container {
    cursor: pointer;
}
.post-list-item {
    width: 100%;
    max-width: 450px;
    background: #272727;
    border-radius: 6px;
    overflow: hidden;
}
.post-list-item #comments {
    height: auto !important;
}
/* Header */

.post-list-item .post-header {
    display: flex;
    justify-content: space-between;
    padding: 12px 12px 0;
}

.post-list-item .post-header .left-info {
    display: flex;
    justify-content: center;
    align-items: center;
}

.post-list-item .post-header .left-info .thumbnail img {
    display: block; /* img 預設為 inline */
    width: 40px;
    height: 40px;
    margin-right: 8px;
    border-radius: 50%;
}

.post-list-item .post-header .left-info .name-info .name a {
    font-weight: bolder;
    text-decoration: none;
    color: #1B9AAA;
}

.post-list-item .post-header .left-info .name-info .name a:hover {
    text-decoration: underline;
}

.post-list-item .post-header .left-info .name-info .time {
    color: #616770;
    font-size: 13px;
    display: flex;
    align-items: center;
}

.post-list-item .post-header .left-info .name-info .time .global-icon {
    width: 12px;
    height: 12px;
    background-position: -28px -499px;
    background-image: url("https://weichiachang.github.io/easter-eggs-mobile/images/3o8Zo7X.png");
    background-size: 73px 540px;
    background-repeat: no-repeat;
    display: inline-block;
}

.post-list-item .post-header .right-info {
    background-image: url("https://weichiachang.github.io/easter-eggs-mobile/images/dNpCLDT.png");
    background-repeat: no-repeat;
    background-size: 500px 287px;
    background-position: -242px -245px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

/* Content */

.post-list-item .post-content {
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    margin: 12px 12px 7px;
}

.post-list-item .video-link {
    text-decoration: none;
}

.post-list-item .video-link .video-wrapper {
    display: flex;
    background: #f2f3f5;
    width: 500px;
    height: 139px;
}

.post-list-item .video-link .video-wrapper .video-thumbnail img {
    width: 139px;
    height: 139px;
}

.post-list-item .video-link .video-wrapper .video-info {
    padding: 10px 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top: 1px solid #dddfe2;
    border-bottom: 1px solid #dddfe2;
}

.post-list-item .video-link .video-wrapper .video-info .youtube-title {
    color: #606770;
    font-size: 13px;
    line-height: 16px;
}

.post-list-item .video-link .video-wrapper .video-info .video-title {
    color: #1d2129;
    font-weight: bolder;
    font-size: 17px;
    line-height: 20px;
    margin-top: 2px;
}

.post-list-item .video-link .video-wrapper .video-info .video-desc {
    color: #606770;
    font-size: 15px;
    line-height: 20px;
    margin-top: 3px;
    min-height: 40px;
    width: 330px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* Feedback */

.post-list-item .feedback-info {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #414141;
    margin: 10px 12px 0 12px;
    padding: 0 0 10px 0;
    color: #938FA4;
}

.post-list-item .feedback-info .feedback-emojis {
    min-width: 100px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.post-list-item .feedback-info .feedback-emojis .icons.laugh-icon {
    background-image: url("https://i.imgur.com/KNd9mL2.png");
    background-repeat: no-repeat;
    background-size: 49px 660px;
    height: 16px;
    width: 16px;
    line-height: 16px;
    margin-left: -2px;
    margin-right: 2px;
    background-position: -17px -475px;
}

.post-list-item .feedback-info .feedback-emojis .icons.angry-icon {
    background-image: url("https://i.imgur.com/KNd9mL2.png");
    background-repeat: no-repeat;
    background-size: 49px 660px;
    height: 16px;
    width: 16px;
    line-height: 16px;
    margin-left: -4px;
    margin-right: 2px;
    background-position: -17px -441px;
}

.post-list-item .feedback-info .feedback-emojis .icons.wow-icon {
    background-image: url("https://i.imgur.com/KNd9mL2.png");
    background-repeat: no-repeat;
    background-size: 49px 660px;
    height: 16px;
    width: 16px;
    line-height: 16px;
    margin-left: -4px;
    margin-right: 4px;
    background-position: 0 -543px;
}


.post-list-item .feedback-info .threads-and-share {
    font-size: 14px;
}

.post-list-item .feedback-action {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: linear-gradient(to right, #008000, #000080, #800080);
    font-weight: 600;
    font-size: 14px;
    height: 32px;
    padding: 4px 12px;
}

.post-list-item .feedback-action div {
    cursor: pointer;
}

.post-list-item .feedback-action .fb-wrapper {
  
    
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    min-height: 32px;
}

.post-list-item .feedback-action .fb-wrapper:hover {
    
    /* Glow effect on hover */
    box-shadow: 0 0 10px #6fff00, 0 0 40px #00a6ff, 0 0 80px #ff00ee;
    
}


.post-list-item .feedback-action .fb-wrapper .fb-icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 6px;
    font-size: 18px;
}

.post-list-item .feedback-action .fb-wrapper .fb-icon.share {
    background-image: url("https://i.imgur.com/1V94KpF.png");
    background-size: 161px 376px;
    background-position: -61px -249px;
}

.post-list-item .comments {
    margin: 0 12px;
    border-top: 1px solid #414141;
}

.post-list-item .comments .my-comment-wrapper {
    display: flex;
    align-items: center;
    margin-top: 12px;
}

.post-list-item .comments .my-comment-wrapper .my-avatar img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: block;
    margin-right: 6px;
}

.post-list-item .comments .my-comment-wrapper .my-comment {
    background-color: #f2f3f5;
    border: 1px solid #ccd0d5;
    border-radius: 17px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: text;
    flex: auto;
    line-height: 16px;
    padding: 7px 12px;
}

.post-list-item .my-comment-wrapper .my-comment .my-comment-placeholder input[type=text] {
    width: 410px;
    outline: none;
    border: 0 solid transparent;
    background: transparent;
}

.post-list-item .comments .people-comment-wrapper {
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
}

.post-list-item .comments .people-comment-wrapper .people-avatar img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: block;
    margin-right: 6px;
}

.post-list-item .comments .people-comment-wrapper .people-comment {
    background: #f2f3f5;
    border-radius: 18px;
    color: #1c1e21;
    line-height: 16px;
    padding: 8px 12px;
    position: relative;
}

.post-list-item .people-comment-wrapper .people-comment .people-comment-container {
    color: #1c1e21;
    font-size: 14px;
    display: flex;
    flex-direction: column;
}

.post-list-item .people-comment-wrapper .people-comment .people-comment-container .people-name {
    font-weight: 600;
    margin-right: 4px;
}

.post-list-item .people-comment-wrapper .people-comment .people-comment-container .people-name a {
    text-decoration: none;
    color: #1B9AAA;
}

.post-list-item .people-comment-wrapper .people-comment .people-comment-container .people-name:hover {
    text-decoration: underline;
}

.post-list-item .people-comment-wrapper .people-comment .people-comment-container .people-name .blue-check {
    margin-left: 4px;
    background-image: url("https://i.imgur.com/xgnUC5P.png");
    background-repeat: no-repeat;
    background-size: 28px 195px;
    background-position: 0 -165px;
    height: 15px;
    vertical-align: -2px;
    width: 15px;
    display: inline-block;
}

.post-list-item .people-comment-wrapper .people-comment .people-comment-container .people-sharing img {
    width: 350px;
}

.post-list-item .people-comment-wrapper .people-comment .comment-reactions {
    position: absolute;
    bottom: 4px;
    right: -25px;
    z-index: 1;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    color: #8d949e;
    font-size: 12px;
    padding: 2px 1px 2px 4px;
}

.post-list-item .people-comment-wrapper .people-comment .comment-reactions .icons.like-icon {
    background: #fff;
    border-radius: 12px;
    box-shadow: 2px 0 white;
    overflow: hidden;
    background-image: url("https://i.imgur.com/KNd9mL2.png");
    background-repeat: no-repeat;
    background-size: 49px 660px;
    background-position: 0 -526px;
    cursor: pointer;
    height: 16px;
    width: 16px;
    line-height: 16px;
    display: inline-block;
    margin-left: -2px;
    margin-right: 2px;
}

.post-list-item .people-comment-wrapper .people-comment .comment-reactions .number {
    padding: 0 3px 0 2px;
}

.post-list-item .like-and-response-wrapper {
    display: flex;
    color: #90949c;
    font-size: 13px;
    line-height: 13px;
    margin: 5px 0 0 50px;
}

.post-list-item .like-and-response-wrapper .tiny-dot {
    margin-left: -2px;
    margin-right: 2px;
    color: #8d949e;
}

.post-list-item .like-and-response-wrapper .like-comment {
    color: #1B9AAA;
    cursor: pointer;
}
.new-post-textarea {
    font-size: 22px;
    padding: 0;
    color: inherit !important;
    line-height: 30px;
    background: #252526 !important;
}
.new-post-textarea:focus {
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}
.remove-post-file {
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 1;
}
.dark-theme hr {
    background: #414141;
}
.card-event:hover {
    background: #404041;
}




.fc-theme-standard td, .fc-theme-standard th {
    border: 1px solid #4b4b4b;
}
.fc-theme-standard .fc-scrollgrid {
    border: 1px solid #4b4b4b;
    border-radius: 4px;
}
.fc .fc-col-header-cell-cushion {
    display: inline-block;
    padding: 6px 4px;
}
.fc .fc-daygrid-day.fc-day-today {
    background-color: rgb(39 39 39);
}
.fc .fc-timegrid-col.fc-day-today {
    background-color: rgb(39 39 39);
}
.fc .fc-button-primary {
    background-color: #282828;
    border-color: #282828;
}
.player-play-button .playing {
    display: block;
}
.player-play-button .paused {
    display: none;
}
.player-play-button.player-playing .playing {
    display: none;
}
.player-play-button.player-playing .paused {
    display: block;
}
.player-play-button.player-paused .playing {
    display: block;
}
.player-play-button.player-paused .paused {
    display: none;
}
[data-type="event"].on svg {
    color: #ffc107;
}
[data-type="going"].on svg {
    color: #4e73df;
}
video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}
.btn-emoji {
    background: transparent;
    cursor: pointer;
}
.btn-emoji:hover {
    background: #3a3b3d;
}
.btn-emoji .emoji-circle {
    width: 40px;
    height: 40px;
    background: #303031;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-right: 16px;
}
.signup-button {
    height: auto;
    padding: 0;
    width: 100%;
    line-height: 40px;
    border: 2px solid;
    background: transparent;
    cursor: pointer;
}
.signup-button-fan {
    border-color: #0d82ff;
}

.signup-button-artist {
    border-color: #fe4062;
}

.signup-button-musician {
    border-color: #e8b739;
}

.signup-button-booker {
    border-color: #d91e88;
}
.cursor-pointer {
    cursor: pointer !important;
}

/* ===================================================================
   PROFESSIONAL RADIO PAGE DESIGN
   Custom styles for the radio streaming page
   ONLY applies to station pages with radio player
   =================================================================== */

/* Radio Play Button Container */
.radio-play-button-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 60px 20px 40px;
}

/* Professional Play Button Design */
.radio-play-button-container .btn {
    position: relative;
    padding: 22px 60px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 60px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-transform: uppercase;
    letter-spacing: 2px;
    border: none;
    overflow: hidden;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

/* Awesome Play Button - Professional Design */
.radio-play-button-container .awesome-play-button {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    box-shadow:
        0 10px 40px rgba(102, 126, 234, 0.4),
        0 0 0 0 rgba(102, 126, 234, 0.5);
    animation: pulse-shadow 2s infinite;
}

/* Shine effect overlay */
.radio-play-button-container .awesome-play-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    transition: left 0.5s;
}

/* Glow effect on hover */
.radio-play-button-container .awesome-play-button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.radio-play-button-container .awesome-play-button:hover::before {
    left: 100%;
}

.radio-play-button-container .awesome-play-button:hover::after {
    width: 300px;
    height: 300px;
    opacity: 0;
}

.radio-play-button-container .awesome-play-button:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow:
        0 20px 60px rgba(102, 126, 234, 0.5),
        0 0 0 0 rgba(102, 126, 234, 0.8),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.radio-play-button-container .awesome-play-button:active {
    transform: translateY(-2px) scale(1.02);
    box-shadow:
        0 10px 30px rgba(102, 126, 234, 0.4);
}

/* SVG Icon Styling */
.radio-play-button-container .awesome-play-button svg {
    width: 24px;
    height: 24px;
    fill: white;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.radio-play-button-container .awesome-play-button:hover svg {
    transform: scale(1.1);
}

.radio-play-button-container .awesome-play-button span {
    position: relative;
    z-index: 1;
    font-weight: 800;
}

/* Pulse shadow animation */
@keyframes pulse-shadow {
    0%, 100% {
        box-shadow:
            0 10px 40px rgba(102, 126, 234, 0.4),
            0 0 0 0 rgba(102, 126, 234, 0.5);
    }
    50% {
        box-shadow:
            0 10px 40px rgba(102, 126, 234, 0.4),
            0 0 0 10px rgba(102, 126, 234, 0);
    }
}

/* Radio Status Badge - Small version below button */
.radio-play-button-container #radio-status-badge {
    background: #dc3545;
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 2px 10px rgba(220, 53, 69, 0.3);
    animation: pulse 2s infinite;
}

.radio-play-button-container #radio-status-badge i {
    animation: blink 1.5s infinite;
    font-size: 8px;
}

.radio-play-button-container #radio-status-badge.live {
    background: #28a745;
    box-shadow: 0 2px 10px rgba(40, 167, 69, 0.4);
}

/* Radio Player Section */
#radio-player-section {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 20px;
}

#radio-player-section .sub-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 15px;
}

#radio-player-section .sub-header h2 {
    font-size: 32px;
    font-weight: 800;
    color: #2d3748;
    display: flex;
    align-items: center;
    gap: 12px;
}

#radio-player-section .sub-header h2 i {
    color: #667eea;
}

@keyframes blink {
    0%, 50%, 100% { opacity: 1; }
    25%, 75% { opacity: 0.3; }
}

#radio-player-section .row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
}

#radio-player-section .col-md-12 {
    flex: unset;
}

#radio-player-section .col-md-12 > div {
    background: white;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(0,0,0,0.05);
}

#radio-player-section .col-md-12 > div:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(0,0,0,0.12);
}

#radio-player-section h4 {
    margin: 0 0 20px 0;
    color: #2d3748;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e2e8f0;
}

#radio-player-section h4 i {
    color: #667eea;
    font-size: 22px;
}

#radio-upcoming-list,
#radio-history-list {
    max-height: 600px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e0 #f7fafc;
}

#radio-upcoming-list::-webkit-scrollbar,
#radio-history-list::-webkit-scrollbar {
    width: 10px;
}

#radio-upcoming-list::-webkit-scrollbar-track,
#radio-history-list::-webkit-scrollbar-track {
    background: #f7fafc;
    border-radius: 10px;
}

#radio-upcoming-list::-webkit-scrollbar-thumb,
#radio-history-list::-webkit-scrollbar-thumb {
    background: #cbd5e0;
    border-radius: 10px;
    transition: background 0.3s ease;
}

#radio-upcoming-list::-webkit-scrollbar-thumb:hover,
#radio-history-list::-webkit-scrollbar-thumb:hover {
    background: #a0aec0;
}

/* Comments Section */
.comments-container {
    max-width: 1400px;
    margin: 40px auto;
    padding: 0 20px;
}

.comments-container .sub-header {
    margin-bottom: 30px;
}

.comments-container .sub-header h2 {
    font-size: 28px;
    font-weight: 700;
    color: #2d3748;
}

/* Responsive Design - Mobile */
@media (max-width: 768px) {
    .radio-play-button-container {
        padding: 40px 15px 30px;
    }

    .radio-play-button-container .btn {
        padding: 18px 48px;
        font-size: 16px;
        letter-spacing: 1.5px;
    }

    .radio-play-button-container .awesome-play-button svg {
        width: 20px;
        height: 20px;
    }

    #radio-player-section {
        padding: 30px 15px;
    }

    #radio-player-section .sub-header h2 {
        font-size: 24px;
    }

    #radio-player-section .col-md-8 > div,
    #radio-player-section .col-md-4 > div {
        padding: 20px;
    }

    #radio-upcoming-list,
    #radio-history-list {
        max-height: 400px;
    }
}

/* Responsive Design - Small Mobile */
@media (max-width: 480px) {
    .radio-play-button-container {
        flex-direction: column;
        padding: 30px 15px 20px;
    }

    .radio-play-button-container .btn {
        width: 90%;
        max-width: 320px;
        padding: 16px 40px;
        font-size: 14px;
        letter-spacing: 1.5px;
    }

    .radio-play-button-container .awesome-play-button svg {
        width: 18px;
        height: 18px;
    }

    #radio-player-section .sub-header {
        flex-direction: column;
        align-items: flex-start;
    }

    #radio-player-section .sub-header h2 {
        font-size: 20px;
    }
}

/* End of Radio Page Design */

/* ===================================================================
   RADIO BROWSE PAGE BUTTONS
   Styles for radio show and power sessions buttons
   =================================================================== */

/* Button container */
.button-container {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    margin-left: 30px;
}

/* Hover effect for link buttons */
.link-button:hover {
    background-color: #0056b3;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
}

/* Icon inside buttons */
.link-icon {
    width: 25px;
    height: 25px;
}

/* Responsive layout for mobile */
@media (max-width: 768px) {
    .button-container {
        margin-left: 0;
        justify-content: center;
        flex-wrap: wrap;
    }
}

/* End of Radio Browse Page Buttons */

/* Radio Mode Player Restrictions */
/* Completely hide progress bar and time in radio mode */
#sidebar-community.radio-mode .range,
#sidebar-community.radio-mode .player-song-played,
#sidebar-community.radio-mode .player-song-duration {
    display: none !important;
}

.radio-mode-indicator {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
}

@keyframes blink {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0.3;
    }
}

/* BEAUTIFUL Antenna Transmission Signal Animation - Radio Waves Effect */
@keyframes blink-green-pulse {
    0% {
        opacity: 1;
        transform: scale(1);
        box-shadow:
            0 0 0 0 rgba(40, 167, 69, 0.9),
            0 0 0 0 rgba(40, 167, 69, 0.7),
            0 0 0 0 rgba(40, 167, 69, 0.5),
            0 0 20px rgba(40, 167, 69, 1),
            inset 0 0 8px rgba(255, 255, 255, 0.6);
        background: radial-gradient(circle, #28a745 0%, #20c997 50%, #28a745 100%);
        filter: brightness(1.2);
    }
    25% {
        opacity: 1;
        transform: scale(1.05);
        box-shadow:
            0 0 0 8px rgba(40, 167, 69, 0.6),
            0 0 0 16px rgba(40, 167, 69, 0.4),
            0 0 0 24px rgba(40, 167, 69, 0.2),
            0 0 30px rgba(40, 167, 69, 0.8),
            inset 0 0 10px rgba(255, 255, 255, 0.8);
        background: radial-gradient(circle, #28a745 0%, #20c997 50%, #28a745 100%);
        filter: brightness(1.3);
    }
    50% {
        opacity: 1;
        transform: scale(1);
        box-shadow:
            0 0 0 16px rgba(40, 167, 69, 0.4),
            0 0 0 32px rgba(40, 167, 69, 0.2),
            0 0 0 48px rgba(40, 167, 69, 0.1),
            0 0 40px rgba(40, 167, 69, 0.6),
            inset 0 0 8px rgba(255, 255, 255, 0.6);
        background: radial-gradient(circle, #20c997 0%, #28a745 50%, #20c997 100%);
        filter: brightness(1.4);
    }
    75% {
        opacity: 1;
        transform: scale(1.05);
        box-shadow:
            0 0 0 24px rgba(40, 167, 69, 0.2),
            0 0 0 48px rgba(40, 167, 69, 0.1),
            0 0 0 72px rgba(40, 167, 69, 0.05),
            0 0 30px rgba(40, 167, 69, 0.8),
            inset 0 0 10px rgba(255, 255, 255, 0.8);
        background: radial-gradient(circle, #28a745 0%, #20c997 50%, #28a745 100%);
        filter: brightness(1.3);
    }
    100% {
        opacity: 1;
        transform: scale(1);
        box-shadow:
            0 0 0 0 rgba(40, 167, 69, 0.9),
            0 0 0 0 rgba(40, 167, 69, 0.7),
            0 0 0 0 rgba(40, 167, 69, 0.5),
            0 0 20px rgba(40, 167, 69, 1),
            inset 0 0 8px rgba(255, 255, 255, 0.6);
        background: radial-gradient(circle, #28a745 0%, #20c997 50%, #28a745 100%);
        filter: brightness(1.2);
    }
}

/* ===================================================================
   RADIO STATUS BADGES - Mobile and Desktop
   Live/Offline indicator badges for radio icon in header
   =================================================================== */

/* Mobile radio icon needs relative positioning for badge */
.mobile .radio-icon-mobile {
    position: relative !important;
}

/* Desktop radio button needs relative positioning for badge */
#radio-button,
a#radio-button {
    position: relative !important;
}

/* Mobile badge styling - BIGGER AND MORE VISIBLE */
.mobile .radio-icon-mobile #radio-status-badge-mobile {
    position: absolute !important;
    top: -5px !important;
    right: -5px !important;
    width: 18px !important;
    height: 18px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 999999 !important;
    border: 3px solid #fff !important;
    font-size: 0 !important;
    padding: 0 !important;
}

/* Desktop badge styling - BIGGER AND MORE VISIBLE */
#radio-button #radio-status-badge-desktop,
#radio-status-badge-desktop.badge {
    position: absolute !important;
    top: -5px !important;
    right: -5px !important;
    width: 18px !important;
    height: 18px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 999999 !important;
    border: 3px solid #fff !important;
    font-size: 0 !important;
    padding: 0 !important;
}

/* LIVE state - BEAUTIFUL Antenna Transmission Signal Badge (both mobile and desktop) */
#radio-status-badge-mobile.live,
#radio-status-badge-desktop.live {
    background: radial-gradient(circle, #28a745 0%, #20c997 50%, #28a745 100%) !important;
    box-shadow: 0 0 30px rgba(40, 167, 69, 1) !important;
    animation: blink-green-pulse 2s ease-in-out infinite !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: flex !important;
    border: 3px solid #fff !important;
    filter: brightness(1.2) !important;
}

/* OFFLINE state - Hidden (both mobile and desktop) */
#radio-status-badge-mobile.offline,
#radio-status-badge-desktop.offline {
    background: #dc3545 !important;
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}