/* BalkanRadioSalzburg_v1.0 by Blagoja */

#login_logo {
    height: 70px;
}

#intro_top {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #1a1a1a url("images/bg.webp") center center / cover no-repeat fixed;
}

#login_wrap {
    width: 100%;
    height: 100%;
}

#login_all {
    display: block;
    width: 800px;
    max-width: 94%;
    margin: 0 auto;
    border-radius: 20px;
    color: #fff;
}

.login_not_member {
    padding-top: 5px;
    text-align: center;
}

#intro_lang {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 40px;
    height: 40px;
}

/* Section */
.section {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.section_content {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.section_inside {
    margin: 0 auto;
}

@media screen and (max-width: 1120px) {
    .section_inside {
        width: 96%;
    }
}

/* Balkan Radio login */
#login_wrap.custom_login_page {
    width: 100%;
    min-height: 100vh;
    height: auto !important;
    padding: 25px 15px 50px;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 16%, rgba(255, 255, 255, 0.08), transparent 26%),
        radial-gradient(circle at 88% 78%, rgba(180, 180, 180, 0.09), transparent 30%),
        linear-gradient(rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.95)),
        url("images/bg.webp") center center / cover no-repeat fixed,
        linear-gradient(135deg, #050505 0%, #141414 50%, #080808 100%);
}

#login_wrap.custom_login_page::before {
    position: fixed;
    z-index: 0;
    inset: 0;
    content: "";
    pointer-events: none;
    opacity: 0.26;
    background:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
    background-size: 35px 35px;
}

/* Isključi BoomChat table layout za grid raspored sadržaja */
#login_wrap.custom_login_page #intro_top,
#login_wrap.custom_login_page #intro_top.btable {
    display: block !important;
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 0 !important;
    height: auto !important;
    padding: 0;
    background: transparent;
}

#login_wrap.custom_login_page #intro_top.btable > .bcell_mid {
    display: block !important;
    width: 100%;
    min-height: 0 !important;
    height: auto !important;
    vertical-align: initial !important;
}

#login_wrap.custom_login_page .custom_login_wrap {
    display: grid;
    position: relative;
    z-index: 1;
    width: min(100%, 1120px);
    max-width: 100%;
    margin: 0 auto 50px;
    padding: 0;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 22px;
    border-radius: 0;
}

/* Shared panels */
#login_wrap.custom_login_page .custom_login_left,
#login_wrap.custom_login_page .custom_login_right,
#login_wrap.custom_login_page .custom_news_panel {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 22px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 43%),
        rgba(18, 18, 18, 0.91);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        0 16px 42px rgba(0, 0, 0, 0.6);
}

/* Radio panel */
#login_wrap.custom_login_page .custom_radio_welcome_panel {
    min-height: 590px;
    padding: 34px 24px 20px;
}

/* Weather */
#login_wrap.custom_login_page .vrijeme {
    display: block;
    width: 380px;
    max-width: 100%;
    height: 120px;
    margin: 5px auto 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
    background: transparent;
}

#login_wrap.custom_login_page .vrijeme iframe {
    display: block;
    width: 380px;
    max-width: 100%;
    height: 120px;
    margin: 0 auto;
    padding: 0;
    border: 0;
    background: transparent;
}


/* Sat i datum */
#login_wrap.custom_login_page .vrijeme_sat {
    display: flex;
    width: 360px;
    max-width: 100%;
    min-height: 60px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 5px auto 0;
    padding: 0;
    color: #fff;
    text-align: center;
    background: transparent !important;
}

#login_wrap.custom_login_page #custom_date {
    margin-bottom: 4px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.3px;
    line-height: 1.2;
}

#login_wrap.custom_login_page #custom_clock {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    line-height: 1;
    letter-spacing: 2px;
    text-align: center;
    text-shadow: 0 0 12px rgba(227, 27, 35, 0.28);
    background: transparent !important;
}

/* Login panel */
#login_wrap.custom_login_page .custom_login_right {
    display: flex;
    min-height: 590px;
    flex-direction: column;
    justify-content: center;
    padding: 42px 32px;
}

#login_wrap.custom_login_page .custom_language_wrap {
    position: absolute;
    z-index: 3;
    top: 25px;
    left: 25px;
}

#login_wrap.custom_login_page #intro_lang {
    top: 0;
    right: auto;
    left: 0;
    width: 34px;
    height: 28px;
}

#login_wrap.custom_login_page .intro_lang {
    display: block;
    width: 34px;
    height: 23px;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 3px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.55);
}

#login_wrap.custom_login_page .custom_radio_logo {
    padding: 7px 50px 20px;
}

#login_wrap.custom_login_page #login_logo {
    display: block;
    width: min(100%, 410px);
    height: auto;
    max-height: 115px;
    margin: 0 auto;
    object-fit: contain;
}

#login_wrap.custom_login_page .custom_login_text {
    max-width: 400px;
    margin: 0 auto 40px;
    color: #f3f3f3;
}

#login_wrap.custom_login_page .custom_login_text p:first-child {
    color: #fff;
    font-size: 25px;
    text-shadow: 0 0 18px rgba(255, 255, 255, 0.14);
}

#login_wrap.custom_login_page .custom_login_text p:last-child {
    color: #c8c8c8;
    font-size: 17px;
    line-height: 1.55;
}

#login_wrap.custom_login_page .custom_login_actions {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
}

#login_wrap.custom_login_page .custom_login_actions .intro_login_btn,
#login_wrap.custom_login_page .custom_login_actions .intro_guest_btn {
    display: block;
    width: 100%;
    min-height: 57px;
    margin: 0 0 13px;
    color: #f2f2f2;
    border-color: rgba(255, 255, 255, 0.3);
    background: linear-gradient(135deg, #454545, #232323);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.75),
        0 8px 22px rgba(0, 0, 0, 0.35);
    font-size: 18px;
    font-weight: 700;
    transition: transform 0.2s ease, filter 0.2s ease, background 0.2s ease;
}

#login_wrap.custom_login_page .custom_login_actions .intro_guest_btn {
    color: #f2f2f2;
    border-color: rgba(255, 255, 255, 0.3);
    background: linear-gradient(135deg, #454545, #232323);
}

#login_wrap.custom_login_page .custom_login_actions .intro_login_btn:hover,
#login_wrap.custom_login_page .custom_login_actions .intro_guest_btn:hover {
    filter: brightness(1.12);
    transform: translateY(-2px);
}

#login_wrap.custom_login_page .custom_register_box {
    margin-top: 24px;
    color: #bfbfbf;
    text-align: center;
}

#login_wrap.custom_login_page .custom_register_box p {
    margin: 0;
}

#login_wrap.custom_login_page .custom_register_box p:last-child {
    color: #fff;
    text-decoration: underline;
}

/* Donji zajednički panel */
#login_wrap.custom_login_page .custom_news_panel {
    grid-column: 1 / -1;
    padding: 30px 58px 36px;
}

#login_wrap.custom_login_page .custom_news_heading {
    display: flex;
    align-items: center;
    gap: 17px;
    margin-bottom: 27px;
}

#login_wrap.custom_login_page .custom_news_heading span {
    height: 1px;
    flex: 1;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.42)
    );
}

#login_wrap.custom_login_page .custom_news_heading span:last-child {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.42),
        transparent
    );
}

#login_wrap.custom_login_page .custom_news_heading h2 {
    margin: 0;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    white-space: nowrap;
}

/* Footer */
#login_wrap.custom_login_page .page_footer,
#login_wrap.custom_login_page #page_footer,
#login_wrap.custom_login_page footer {
    position: relative !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    clear: both;
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    margin-top: 0 !important;
}

/* Responsive */
@media (max-width: 760px) {
    #login_wrap.custom_login_page {
        padding: 18px 12px 40px;
    }

    #login_wrap.custom_login_page .custom_login_wrap {
        margin-bottom: 40px;
        grid-template-columns: 1fr;
    }

    #login_wrap.custom_login_page .custom_radio_welcome_panel,
    #login_wrap.custom_login_page .custom_login_right {
        min-height: auto;
    }

    #login_wrap.custom_login_page .custom_login_right {
        padding: 40px 22px;
    }

    #login_wrap.custom_login_page .custom_news_panel {
        grid-column: auto;
        padding: 25px 18px 30px;
    }

    #login_wrap.custom_login_page .custom_radio_cards {
        grid-template-columns: 1fr;
    }

    #login_wrap.custom_login_page .custom_radio_card {
        min-height: 125px;
    }

    #login_wrap.custom_login_page .custom_login_footer {
        grid-column: auto;
        padding: 15px 12px;
    }

    #login_wrap.custom_login_page .custom_login_cookie .cookie_wrap,
    #login_wrap.custom_login_page .custom_login_cookie #cookie_wrap,
    #login_wrap.custom_login_page .custom_login_cookie .cookie_bar {
        padding: 15px 12px;
    }
}

@media (max-width: 460px) {
    #login_wrap.custom_login_page {
        padding: 12px 10px 35px;
    }

    #login_wrap.custom_login_page .custom_radio_welcome_panel {
        padding: 32px 14px 16px;
    }

    #login_wrap.custom_login_page .custom_login_right {
        padding: 36px 16px;
    }

    #login_wrap.custom_login_page .custom_radio_logo {
        padding: 5px 36px 17px;
    }

    #login_wrap.custom_login_page .custom_login_text p:first-child {
        font-size: 21px;
    }

    #login_wrap.custom_login_page .custom_news_heading {
        gap: 10px;
        margin-bottom: 20px;
    }

    #login_wrap.custom_login_page .custom_news_heading h2 {
        font-size: 20px;
    }

    #login_wrap.custom_login_page .vrijeme,
    #login_wrap.custom_login_page .vrijeme iframe {
        width: 220px;
    }
}

/* Radio reklame */
#login_wrap.custom_login_page .custom_radio_panel {
    padding-bottom: 34px;
}

#login_wrap.custom_login_page .custom_radio_cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

#login_wrap.custom_login_page .custom_radio_card {
    display: flex;
    min-height: 150px;
    align-items: center;
    gap: 16px;
    padding: 22px;
    overflow: hidden;
    color: #f4f4f4;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 16px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent 55%),
        linear-gradient(135deg, #373737, #151515);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.14),
        0 10px 25px rgba(0, 0, 0, 0.28);
    transition: transform 0.2s ease, border-color 0.2s ease, filter 0.2s ease;
}

#login_wrap.custom_login_page .custom_radio_card:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.48);
    filter: brightness(1.12);
    transform: translateY(-4px);
}

#login_wrap.custom_login_page .custom_radio_icon {
    display: grid;
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 23px;
}

#login_wrap.custom_login_page .custom_radio_content {
    min-width: 0;
    flex: 1;
}

#login_wrap.custom_login_page .custom_radio_label {
    display: block;
    margin-bottom: 5px;
    color: #ff565c;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
}

#login_wrap.custom_login_page .custom_radio_content strong {
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#login_wrap.custom_login_page .custom_radio_content small {
    display: block;
    margin-top: 7px;
    color: #c9c9c9;
    font-size: 13px;
    line-height: 1.45;
}

#login_wrap.custom_login_page .custom_radio_arrow {
    flex: 0 0 auto;
    color: #eee;
    font-size: 18px;
}

/* Footer unutar login sadržaja */
#login_wrap.custom_login_page .custom_login_footer {
    grid-column: 1 / -1;
    width: 100%;
    padding: 18px 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 16px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 55%),
        rgba(15, 15, 15, 0.82);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 12px 30px rgba(0, 0, 0, 0.32);
}

#login_wrap.custom_login_page .custom_login_footer .page_footer,
#login_wrap.custom_login_page .custom_login_footer #page_footer,
#login_wrap.custom_login_page .custom_login_footer footer {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

/* Cookie wrapper – bez okvira, jer ostaje prazan nakon potvrde */
#login_wrap.custom_login_page .custom_login_cookie {
    grid-column: 1 / -1;
    width: 100%;
    padding: 0;
    margin: 0;
}

/* Okvir se prikazuje samo dok postoji stvarni cookie sadržaj */
#login_wrap.custom_login_page .custom_login_cookie .cookie_wrap,
#login_wrap.custom_login_page .custom_login_cookie #cookie_wrap,
#login_wrap.custom_login_page .custom_login_cookie .cookie_bar {
    position: relative !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;

    width: 100% !important;
    margin: 0 !important;
    padding: 18px 20px;

    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.22) !important;
    border-radius: 16px !important;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 55%),
        rgba(15, 15, 15, 0.82) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 12px 30px rgba(0, 0, 0, 0.32) !important;
}

/* Radio kartice – mobitel */
@media (max-width: 760px) {
    #login_wrap.custom_login_page .custom_radio_panel {
        padding: 24px 16px 22px;
    }

    #login_wrap.custom_login_page .custom_radio_cards {
        grid-template-columns: 1fr !important;
        gap: 14px;
    }

    #login_wrap.custom_login_page .custom_radio_card {
        min-height: 0;
        gap: 12px;
        padding: 16px 14px;
    }

    #login_wrap.custom_login_page .custom_radio_icon {
        width: 46px;
        height: 46px;
        flex: 0 0 46px;
        font-size: 18px;
    }

    #login_wrap.custom_login_page .custom_radio_content strong {
        font-size: 16px;
        white-space: normal;
    }

    #login_wrap.custom_login_page .custom_radio_content small {
        margin-top: 4px;
        font-size: 12px;
        line-height: 1.35;
    }

    #login_wrap.custom_login_page .custom_radio_arrow {
        font-size: 15px;
    }
}

@media (max-width: 460px) {
    #login_wrap.custom_login_page .custom_radio_panel {
        padding: 20px 12px;
    }

    #login_wrap.custom_login_page .custom_radio_cards {
        gap: 10px;
    }

    #login_wrap.custom_login_page .custom_radio_card {
        gap: 10px;
        padding: 14px 11px;
    }

    #login_wrap.custom_login_page .custom_radio_icon {
        width: 40px;
        height: 40px;
        flex: 0 0 40px;
        font-size: 16px;
    }

    #login_wrap.custom_login_page .custom_radio_content strong {
        font-size: 14px;
    }

    #login_wrap.custom_login_page .custom_radio_content small {
        font-size: 11px;
    }
}

/* Last active users */
#login_wrap.custom_login_page #last_active {
    position: relative;
    display: flex;
    width: 100%;
    height: 86px;
    align-items: center;
    margin-top: 30px;
    padding: 0 28px;
    box-sizing: border-box;
}

#login_wrap.custom_login_page #last_active .last-clip {
    position: relative;
    width: 100%;
    height: 70px;
    overflow: hidden;
}

#login_wrap.custom_login_page #last_active .last_10 {
    position: relative;
    display: flex;
    width: max-content;
    height: 70px;
    align-items: center;
    left: 0;
    gap: 6px;
}

#login_wrap.custom_login_page #last_active .active_user {
    display: flex;
    flex: 0 0 78px;
    width: 78px;
    height: 74px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#login_wrap.custom_login_page #last_active .active_avatar {
    display: block;
    width: 70px;
    height: 70px;
    margin: 0;
    object-fit: cover;
    border-radius: 50%;
}

/* Jedna strelica lijevo i jedna desno */
#login_wrap.custom_login_page #last_active .left-arrow,
#login_wrap.custom_login_page #last_active .right-arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    display: flex !important;
    width: 24px;
    height: 36px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    cursor: pointer;
    transform: translateY(-50%);
    color: #fff;
    background: transparent;
    font-family: Arial, sans-serif;
    font-size: 30px;
    line-height: 1;
}

#login_wrap.custom_login_page #last_active .left-arrow {
    left: 0;
}

#login_wrap.custom_login_page #last_active .right-arrow {
    right: 0;
}

#login_wrap.custom_login_page #last_active .left-arrow::before {
    content: "‹";
}

#login_wrap.custom_login_page #last_active .right-arrow::before {
    content: "›";
}

/* Last active – na mobitelu točno 3 avatara */
@media (max-width: 760px) {
    #login_wrap.custom_login_page #last_active {
        padding: 0 24px;
    }

    #login_wrap.custom_login_page #last_active .last_10 {
        gap: 0;
    }

    #login_wrap.custom_login_page #last_active .active_avatar {
        width: 70px;
        height: 70px;
    }
}

/* Divider */
#login_wrap.custom_login_page .custom_divider {
    width: calc(100% - 24px);
    height: 1px;
    margin: 20px auto 10px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.36) 18%,
        rgba(255, 255, 255, 0.58) 50%,
        rgba(255, 255, 255, 0.36) 82%,
        transparent
    );
}


/* Now playing panel */
#login_wrap.custom_login_page .custom_now_playing_panel {
    grid-column: 1 / -1;
    padding: 28px 58px;
}

#login_wrap.custom_login_page .custom_now_playing_content {
    display: flex;
    min-height: 112px;
    align-items: center;
    gap: 22px;
    padding: 18px 22px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 16px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.09), transparent 55%),
        linear-gradient(135deg, #373737, #151515);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        0 10px 25px rgba(0, 0, 0, 0.25);
}

#login_wrap.custom_login_page .custom_now_playing_art {
    display: grid;
    width: 78px;
    height: 78px;
    flex: 0 0 78px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    color: #fff;
    background:
        radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.18), transparent 35%),
        linear-gradient(135deg, #393939, #101010);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.14),
        0 0 20px rgba(227, 27, 35, 0.15);
    font-size: 30px;
}

#login_wrap.custom_login_page .custom_now_playing_info {
    min-width: 0;
    flex: 1;
}

#login_wrap.custom_login_page .custom_now_playing_live {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 6px;
    color: #ff565c;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
}

#login_wrap.custom_login_page .custom_now_playing_dot {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
    background: #e31b23;
    box-shadow: 0 0 10px rgba(227, 27, 35, 0.85);
}

#login_wrap.custom_login_page #now_playing_title {
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#login_wrap.custom_login_page #now_playing_artist {
    display: block;
    overflow: hidden;
    margin-top: 7px;
    color: #c9c9c9;
    font-size: 14px;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#login_wrap.custom_login_page .custom_now_playing_listen {
    display: inline-flex;
    min-height: 46px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 18px;
    color: #fff;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: linear-gradient(135deg, #4a4a4a, #242424);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.32),
        0 8px 18px rgba(0, 0, 0, 0.28);
    font-size: 14px;
    font-weight: 700;
    transition: transform 0.2s ease, filter 0.2s ease;
}

#login_wrap.custom_login_page .custom_now_playing_listen:hover {
    color: #fff;
    filter: brightness(1.13);
    transform: translateY(-2px);
}

@media (max-width: 760px) {
    #login_wrap.custom_login_page .custom_now_playing_panel {
        grid-column: auto;
        padding: 25px 18px 30px;
    }

    #login_wrap.custom_login_page .custom_now_playing_content {
        min-height: 0;
        gap: 14px;
        padding: 16px;
    }

    #login_wrap.custom_login_page .custom_now_playing_art {
        width: 58px;
        height: 58px;
        flex: 0 0 58px;
        font-size: 23px;
    }

    #login_wrap.custom_login_page #now_playing_title {
        font-size: 17px;
    }

    #login_wrap.custom_login_page #now_playing_artist {
        margin-top: 4px;
        font-size: 12px;
    }

    #login_wrap.custom_login_page .custom_now_playing_listen {
        min-height: 40px;
        padding: 0 13px;
        font-size: 12px;
    }
}

@media (max-width: 460px) {
    #login_wrap.custom_login_page .custom_now_playing_panel {
        padding: 20px 12px;
    }

    #login_wrap.custom_login_page .custom_now_playing_content {
        flex-wrap: wrap;
        gap: 12px;
        padding: 14px 11px;
    }

    #login_wrap.custom_login_page .custom_now_playing_info {
        min-width: calc(100% - 72px);
    }

    #login_wrap.custom_login_page .custom_now_playing_listen {
        width: 100%;
        margin-top: 2px;
    }

    #login_wrap.custom_login_page #now_playing_title,
    #login_wrap.custom_login_page #now_playing_artist {
        white-space: normal;
    }
}

#login_wrap.custom_login_page button.custom_now_playing_listen {
    display: inline-flex;
    min-height: 46px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 18px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    outline: none;
    cursor: pointer;
    background: linear-gradient(135deg, #4a4a4a, #242424);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.32),
        0 8px 18px rgba(0, 0, 0, 0.28);
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    transition: transform 0.2s ease, filter 0.2s ease, background 0.2s ease;
}

#login_wrap.custom_login_page button.custom_now_playing_listen:hover {
    color: #fff;
    filter: brightness(1.13);
    transform: translateY(-2px);
}

#login_wrap.custom_login_page button.custom_now_playing_listen.is-playing {
    border-color: rgba(255, 86, 92, 0.82);
    background: linear-gradient(135deg, #9d1d26, #531016);
}

#login_wrap.custom_login_page #custom_radio_audio {
    display: none;
}

/* Jezik/zastava – mobilno, uvijek na vrhu desnog panela */
@media (max-width: 760px) {
    #login_wrap.custom_login_page .custom_login_right {
        position: relative;
        padding-top: 74px;
    }

    #login_wrap.custom_login_page .custom_language_wrap {
        position: absolute !important;
        z-index: 50;
        top: 18px;
        left: 18px;
        width: 34px;
        height: 28px;
    }

    #login_wrap.custom_login_page #intro_lang {
        position: static !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        display: block;
        width: 34px;
        height: 28px;
    }
}

@media (max-width: 460px) {
    #login_wrap.custom_login_page .custom_login_right {
        padding-top: 68px;
    }

    #login_wrap.custom_login_page .custom_language_wrap {
        top: 15px;
        left: 15px;
    }
}