/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

/* ==================================================
   Divine Yoga Club - Single Video
================================================== */

.dyc-single-video {
    padding: 140px 32px 70px;
    background: #ffffff;
}

.dyc-video-hero {
    max-width: 1440px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(320px, 0.8fr);
    gap: 52px;
    align-items: start;
}

/* Lijevi stupac: video + metapodaci */

.dyc-video-main {
    min-width: 0;
}

.dyc-video-player {
    width: 100%;
}

.dyc-video-player iframe {
    display: block;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;

    border: 0;
    border-radius: 10px;
}

/* Locked video */

.dyc-locked-video {
    width: 100%;
    aspect-ratio: 16 / 9;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;
    background: linear-gradient(135deg, #f4eef8, #ebe4f4);

    text-align: center;
    color: #3b2b5a;
}

.dyc-locked-content {
    max-width: 430px;
    padding: 40px;
}

.dyc-locked-content > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 64px;
    height: 64px;
    margin-bottom: 18px;

    border-radius: 50%;
    background: rgba(139, 115, 186, 0.14);

    color: #8b73ba;
    font-size: 26px;
}

.dyc-locked-content h2 {
    margin: 0 0 12px;

    font-size: 30px;
    line-height: 1.2;
    color: #3b2b5a;
}

.dyc-locked-content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
}

/* Desni stupac: naslov, opis i CTA */

.dyc-video-details {
    min-width: 0;
    padding-top: 4px;
}

.dyc-video-details h1 {
    margin: 0 0 22px;

    font-size: 42px;
    line-height: 1.15;
    font-weight: 500;
    color: #25252b;
}

.dyc-video-description {
    margin: 0 0 28px;

    font-size: 17px;
    line-height: 1.7;
    color: #4b5260;
}

.dyc-video-description p {
    margin: 0 0 14px;
}

.dyc-video-description p:last-child {
    margin-bottom: 0;
}

/* Subscribe */

.dyc-subscribe-button {
    display: block;
    width: 100%;
    margin-top: 30px;
    padding: 15px 22px;

    border-radius: 6px;
    background: #8b73ba;

    color: #ffffff !important;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;

    transition:
        background-color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.dyc-subscribe-button:hover {
    background: #765da8;
    transform: translateY(-1px);
    box-shadow: 0 5px 16px rgba(59, 43, 90, 0.15);
}

.dyc-login-note {
    margin: 14px 0 0;

    color: #4b5260;
    font-size: 15px;
    text-align: center;
}

.dyc-login-note a {
    color: #8b73ba;
    font-weight: 700;
    text-decoration: none;
}

.dyc-login-note a:hover {
    text-decoration: underline;
}

/* Metapodaci ispod videa */

.dyc-video-meta {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;

    margin-top: 24px;
    padding-top: 24px;

    border-top: 1px solid #ececf0;
}

.dyc-meta-item {
    display: flex;
    align-items: flex-start;
    gap: 11px;

    min-width: 0;
    margin: 0;
    padding: 0;
}

.dyc-meta-icon {
    flex: 0 0 34px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 34px;
    height: 34px;

    border-radius: 50%;
    background: rgba(139, 115, 186, 0.12);

    color: #8b73ba;
    font-size: 15px;
}

.dyc-meta-icon svg {
    width: 16px;
    height: 16px;
    display: block;
    fill: currentColor;
}

.dyc-meta-icon i {
    color: inherit;
}

.dyc-meta-content {
    min-width: 0;
}

.dyc-meta-content strong {
    display: block;
    margin-bottom: 3px;

    color: #252b3a;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 700;
}

.dyc-meta-content p {
    margin: 0;

    color: #626977;
    font-size: 14px;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

/* Related videos */

.dyc-related-videos {
    max-width: 1440px;
    margin: 58px auto 0;
    padding-top: 30px;

    border-top: 1px solid #ececf0;
}

.dyc-related-videos h2 {
    margin: 0 0 25px;

    color: #25252b;
    font-size: 29px;
    line-height: 1.25;
}

.dyc-related-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
}

.dyc-related-card {
    min-width: 0;
    color: #252b3a;
    text-decoration: none;
}

.dyc-related-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.dyc-related-thumb img,
.dyc-related-placeholder {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;

    object-fit: cover;
    background: #f4eef8;
}

.dyc-related-thumb img {
    transition: transform 0.25s ease;
}

.dyc-related-card:hover .dyc-related-thumb img {
    transform: scale(1.025);
}

.dyc-related-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;

    color: #8b73ba;
    font-size: 28px;
}

.dyc-related-card h3 {
    margin: 10px 0 0;

    color: #252b3a;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
}

/* Tablet */

@media (max-width: 1100px) {

    .dyc-single-video {
        padding-top: 120px;
    }

    .dyc-video-hero {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .dyc-video-details {
        max-width: 760px;
    }

    .dyc-video-meta {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .dyc-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Mobile */

@media (max-width: 700px) {

    .dyc-single-video {
        padding: 100px 18px 45px;
    }

    .dyc-video-hero {
        gap: 27px;
    }

    .dyc-video-details h1 {
        font-size: 31px;
    }

    .dyc-video-description {
        font-size: 16px;
    }

    .dyc-locked-content {
        padding: 25px;
    }

    .dyc-locked-content > i {
        width: 52px;
        height: 52px;
        margin-bottom: 14px;
        font-size: 21px;
    }

    .dyc-locked-content h2 {
        font-size: 23px;
    }

    .dyc-locked-content p {
        font-size: 14px;
    }

    .dyc-video-meta {
        grid-template-columns: 1fr;
        gap: 17px;

        margin-top: 20px;
        padding-top: 20px;
    }

    .dyc-meta-icon {
        flex-basis: 38px;
        width: 38px;
        height: 38px;
    }

    .dyc-meta-content strong {
        font-size: 14px;
    }

    .dyc-meta-content p {
        font-size: 15px;
    }

    .dyc-related-grid {
        grid-template-columns: 1fr;
    }
}

/*Display filtera*/
.dyc-filters-panel {
  display: none;
}

.dyc-filters-panel.is-visible {
  display: flex;
}

/* Toggle filters button */
.dyc-toggle-filters .elementor-button{

    background: #ffffff;
    color: #222;
    border: 1px solid #d9d9d9;
    border-radius: 12px;

    padding: 14px 24px;

    font-size: 18px;
    font-weight: 500;

    box-shadow: 0 1px 3px rgba(0,0,0,.08);

    transition: all .25s ease;
}

.dyc-toggle-filters .elementor-button:hover{

    background:#f8f8f8;
    border-color:#cfcfcf;

    transform:translateY(-1px);

    box-shadow:0 3px 10px rgba(0,0,0,.10);
}

/* stanje kad su filteri otvoreni */

.dyc-toggle-filters.filters-open .elementor-button{

    background:#ececec;
    border-color:#cfcfcf;
}

/* ikona */

.dyc-toggle-filters .elementor-button-icon{

    font-size:24px;
    margin-right:10px;
}

.dyc-toggle-filters .elementor-button-icon,
.dyc-toggle-filters .elementor-button-icon i,
.dyc-toggle-filters .elementor-button-icon svg {
    color: #111827 !important;
    fill: #111827 !important;
}

.dyc-toggle-filters .elementor-button:hover .elementor-button-icon,
.dyc-toggle-filters .elementor-button:hover .elementor-button-icon i,
.dyc-toggle-filters .elementor-button:hover .elementor-button-icon svg {
    color: #111827 !important;
    fill: #111827 !important;
}

/*Izgled search boxa i filtera*/
/* DYC search + filters styling */
.dyc-filters-panel input[type="search"],
.dyc-filters-panel input[type="text"],
.dyc-filters-panel select,
.jet-search-filter__input,
.jet-select__control {
    width: 100%;
    min-height: 52px;

    background: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 6px;

    padding: 0 18px;

    font-size: 16px;
    font-weight: 400;
    color: #374151;

    box-shadow: none;
    outline: none;

    transition: border-color .2s ease, box-shadow .2s ease;
}

/* search input malo veći, kao Uscreen */
.jet-search-filter__input {
    max-width: 520px;
    padding-left: 48px;
}

/* focus state */
.dyc-filters-panel input[type="search"]:focus,
.dyc-filters-panel input[type="text"]:focus,
.dyc-filters-panel select:focus,
.jet-search-filter__input:focus,
.jet-select__control:focus {
    border-color: #9b8ac2;
    box-shadow: 0 0 0 3px rgba(155, 138, 194, 0.18);
}

/* select arrow / bolji spacing */
.dyc-filters-panel select,
.jet-select__control {
    appearance: auto;
    cursor: pointer;
}

/* wrapper spacing */
.dyc-filters-panel {
    margin-top: 24px;
}

/* razmak između redova filtera */
.dyc-filters-panel .elementor-container,
.dyc-filters-panel .e-con-inner,
.dyc-filters-panel .elementor-widget-container {
    gap: 0px;
}

/* ukloni ružne default margine Jet filtera */
.dyc-filters-panel .jet-filter,
.dyc-filters-panel .jet-smart-filters-select,
.dyc-filters-panel .jet-smart-filters-search {
    margin: 0;
}

/*Video galerija*/
.dyc-filter-results {
    visibility: hidden;
    height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.dyc-filter-results.is-visible {
    visibility: visible;
    height: auto;
    overflow: visible;
    opacity: 1;
    pointer-events: auto;
}

.dyc-category-sections.is-hidden {
    display: none;
}

html,
body {
  scroll-behavior: auto !important;
}

/*Play ikona*/

.dyc-video-thumb-wrap {
    position: relative;
}

.dyc-video-thumb-wrap img {
    display: block;
    width: 100%;
    height: auto;
}

.dyc-play-overlay {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;

    pointer-events: none; /* klik prolazi na thumbnail */
}

.dyc-play-overlay .elementor-icon {
    width: 72px;
    height: 72px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background: rgba(0,0,0,.45);

    transition: .25s;
}

.dyc-play-overlay svg {
    width: 34px;
    height: 34px;
    fill: #fff;
}

.dyc-video-thumb-wrap:hover .dyc-play-overlay .elementor-icon {
    background: rgba(0,0,0,.60);
    transform: scale(1.05);
}

.dyc-play-overlay i,
.dyc-play-overlay svg {
    color: #fff;
    fill: #fff;
}

/* Video thumbnail play button overlay */
.jet-listing-dynamic-image {
    position: relative;
    display: block;
    overflow: hidden;
}

.jet-listing-dynamic-image .jet-overlay-icon {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;

    width: 64px;
    height: 64px;
    line-height: 64px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(0, 0, 0, 0.45) !important;
    border-radius: 50%;

    color: #ffffff !important;
    font-size: 28px;

    pointer-events: none;
}

.jet-listing-dynamic-image .jet-overlay-icon svg {
    fill: #ffffff !important;
}

.jet-listing-dynamic-image:hover .jet-overlay-icon {
    background: rgba(0, 0, 0, 0.6) !important;
}

/* Video category archive page */

.dyc-category-page {
    max-width: 1500px;
    margin: 0 auto;
    padding: 120px 40px 80px;
}

.dyc-category-hero {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 50px;
    align-items: center;
    margin-bottom: 45px;
}

.dyc-category-hero-image img {
    width: 100%;
    display: block;
    border-radius: 8px;
}


.dyc-category-hero h1 {
    font-size: 48px;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #222;
}

.dyc-category-description {
    max-width: 800px;
    font-size: 18px;
    line-height: 1.6;
    color: #111827;
    font-weight: 500;
}

.dyc-category-toolbar {
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    padding: 24px 0;
    margin-bottom: 40px;
}

.dyc-category-search input {
    width: 100%;
    max-width: 420px;
    min-height: 48px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    padding: 0 18px;
    font-size: 16px;
    outline: none;
}

.dyc-category-search input:focus {
    border-color: #9b8ac2;
    box-shadow: 0 0 0 3px rgba(155, 138, 194, 0.18);
}

.dyc-category-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 32px 24px;
}

.dyc-video-card {
    min-width: 0;
}

.dyc-video-thumb {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 4px;
    background: #f3f4f6;
}

.dyc-video-thumb img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.dyc-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    width: 58px;
    height: 58px;
    border-radius: 50%;
    
    display: flex;
    align-items: center;
    justify-content: center;
    
    background: rgba(0,0,0,.45);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    padding-left: 4px;
    pointer-events: none;
}

.dyc-video-thumb:hover .dyc-play-button {
    background: rgba(0,0,0,.6);
}

.dyc-video-duration {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: rgba(0,0,0,.65);
    color: #fff;
    font-size: 14px;
    padding: 4px 8px;
    border-radius: 4px;
}

.dyc-video-card-meta h2 {
    font-size: 16px;
    line-height: 1.35;
    margin: 10px 0 0;
    font-weight: 500;
}

.dyc-video-card-meta h2 a {
    color: #374151;
    text-decoration: none;
}

.dyc-video-card-meta h2 a:hover {
    color: #8f78b5;
}

@media (max-width: 1200px) {
    .dyc-category-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 900px) {
    .dyc-category-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 600px) {
    .dyc-category-page {
        padding: 35px 20px 60px;
    }

    .dyc-category-hero h1 {
        font-size: 36px;
    }

    .dyc-category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px 16px;
    }
}

@media (max-width: 900px) {
    .dyc-category-hero {
        grid-template-columns: 1fr;
    }
}

/*Memberpress Pricing page */
body .mepr-pro-template #primary .mepr-price-menu {
    padding-top: 5px !important;
}

.mepr-pricing-title h1 {
    color: #2c2c2c;
    font-family: 'Playfair Display', sans-serif;
    font-size: 42px;
    line-height: 52px;
    font-weight: 100;
    letter-spacing: 0px;
    text-transform: none;
}

/* Video catalog mobile fix */
@media (max-width: 767px) {

    .dyc-category-sections .jet-listing-grid__items,
    .dyc-filter-results .jet-listing-grid__items {
        display: block !important;
    }

    .dyc-category-sections .jet-listing-grid__item,
    .dyc-filter-results .jet-listing-grid__item {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        margin-bottom: 28px !important;
    }

    .dyc-video-thumb-wrap {
        width: 100% !important;
    }

    .dyc-video-thumb-wrap img {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 9;
        object-fit: cover;
    }

    .dyc-play-overlay .elementor-icon {
        width: 56px;
        height: 56px;
    }

    .dyc-play-overlay svg {
        width: 26px;
        height: 26px;
    }

    .dyc-category-sections h2,
    .dyc-category-sections .elementor-heading-title {
        font-size: 34px !important;
        line-height: 1.15 !important;
    }
}


/* ==================================================
   Single video comments
================================================== */

.dyc-video-comments {
    max-width: 1440px;
    margin: 58px auto 0;
    padding-top: 30px;
    border-top: 1px solid #ececf0;
}

.dyc-video-comments > h2 {
    margin: 0 0 26px;
    color: #25252b;
    font-size: 29px;
    line-height: 1.25;
}

.dyc-comments-list {
    margin: 0 0 34px;
    padding: 0;
    list-style: none;
}

.dyc-comments-list .comment {
    margin-bottom: 18px;
    padding: 20px;
    border: 1px solid #e6e2eb;
    border-radius: 10px;
    background: #ffffff;
}

.dyc-comments-list .comment-body {
    position: relative;
}

.dyc-comments-list .comment-author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.dyc-comments-list .avatar {
    border-radius: 50%;
}

.dyc-comments-list .fn {
    color: #252b3a;
    font-size: 15px;
    font-weight: 700;
}

.dyc-comments-list .comment-meta {
    margin-bottom: 12px;
    font-size: 13px;
}

.dyc-comments-list .comment-meta a {
    color: #848996;
    text-decoration: none;
}

.dyc-comments-list .comment-content {
    color: #4b5260;
    font-size: 15px;
    line-height: 1.65;
}

.dyc-comments-list .comment-content p:last-child {
    margin-bottom: 0;
}

.dyc-comment-form-title {
    margin: 0 0 18px;
    color: #25252b;
    font-size: 23px;
}

.dyc-video-comments label {
    display: block;
    margin-bottom: 8px;
    color: #252b3a;
    font-size: 15px;
    font-weight: 600;
}

.dyc-video-comments textarea {
    width: 100%;
    min-height: 150px;
    padding: 14px 16px;
    border: 1px solid #d7d3dc;
    border-radius: 8px;
    background: #ffffff;
    color: #252b3a;
    font-size: 16px;
    line-height: 1.6;
    resize: vertical;
    outline: none;
}

.dyc-video-comments textarea:focus {
    border-color: #8b73ba;
    box-shadow: 0 0 0 3px rgba(139, 115, 186, 0.14);
}

.dyc-video-comments .form-submit {
    margin-top: 16px;
}

.dyc-video-comments .submit {
    padding: 13px 24px;
    border: 0;
    border-radius: 6px;
    background: #8b73ba;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.dyc-video-comments .submit:hover {
    background: #765da8;
}

.dyc-no-comments {
    margin-bottom: 26px;
    color: #6a707d;
    font-size: 15px;
}

.dyc-comments-notice {
    padding: 22px;
    border-radius: 9px;
    background: #f6f2fa;
    color: #3b2b5a;
}

.dyc-comments-notice p {
    margin: 0 0 14px;
}

.dyc-comments-login {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 6px;
    background: #8b73ba;
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 700;
}

.dyc-comments-login:hover {
    background: #765da8;
}

.price_in_table {
    color: #735a8c;
}


/* Membership plans inside single video sidebar */

.dyc-toggle-memberships {
    border: 0;
    cursor: pointer;
    font-family: inherit;
}

.dyc-membership-options {
    display: none;
    margin-top: 28px;
}

.dyc-membership-options.is-visible {
    display: block;
}

.dyc-membership-heading {
    margin-bottom: 20px;
    text-align: left;
}

.dyc-membership-heading h2 {
    margin: 0 0 8px;
    font-size: 26px;
    line-height: 1.25;
    font-weight: 500;
    color: #25252b;
}

.dyc-membership-heading p {
    margin: 0;
    color: #626977;
    font-size: 14px;
    line-height: 1.55;
}

/* MemberPress pricing cards inside narrow sidebar */

.dyc-membership-options .mepr-price-menu {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.dyc-membership-options .mepr-price-box {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}

/* ==================================================
   Membership plans on single video page
================================================== */

.dyc-toggle-memberships {
    border: 0;
    cursor: pointer;
    font-family: inherit;
}

.dyc-membership-options {
    display: none;
    max-width: 1440px;
    margin: 44px auto 0;
}

.dyc-membership-options.is-visible {
    display: block;
}

.dyc-membership-options-inner {
    padding: 42px 32px 48px;
    border-top: 1px solid #ece8f0;
    border-radius: 10px;
    background: #fbf8fc;
}

.dyc-membership-heading {
    margin: 0 auto 32px;
    text-align: center;
}

.dyc-membership-heading h2 {
    margin: 0 0 8px;
    color: #3b2b5a;
    font-family: "Playfair Display", serif;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 400;
}

.dyc-membership-heading p {
    margin: 0;
    color: #64606b;
    font-size: 16px;
    line-height: 1.6;
}

/* MemberPress wrapper */

.dyc-membership-options .mepr-price-menu {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.dyc-membership-options .mepr-price-boxes {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    align-items: stretch !important;
    gap: 28px !important;
}

/* Pojedinačna kartica */

.dyc-membership-options .mepr-price-box {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;

    overflow: hidden;
    border: 1px solid #ded5e7 !important;
    border-radius: 8px !important;
    background: #eee4f3 !important;
    box-shadow: none !important;
}

/* Gornji dio kartice */

.dyc-membership-options .mepr-price-box-head {
    padding: 28px 22px 22px !important;
    background: #e9dced !important;
    text-align: center;
}

/* Naslovi */

.dyc-membership-options .mepr-price-box-title,
.dyc-membership-options .mepr-price-box-heading {
    color: #675d69 !important;
    font-size: 20px !important;
    line-height: 1.3 !important;
    font-weight: 500 !important;
}

/* Cijena */

.dyc-membership-options .mepr-price-box-price,
.dyc-membership-options .mepr-price-box-price span,
.dyc-membership-options .price_in_table {
    color: #735a8c !important;
}

/* Sadržaj kartice */

.dyc-membership-options .mepr-price-box-benefits,
.dyc-membership-options .mepr-price-box-content {
    padding: 20px 24px !important;
    color: #26212b !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    text-align: center;
}

/* Gumbi */

.dyc-membership-options .mepr-price-box-button {
    padding: 0 24px 28px !important;
}

.dyc-membership-options .mepr-price-box-button a,
.dyc-membership-options .mepr-price-box-button button {
    display: block !important;
    width: 100% !important;
    padding: 14px 20px !important;

    border: 1px solid #c87e4c !important;
    border-radius: 4px !important;
    background: #c87e4c !important;

    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-align: center !important;
    text-transform: uppercase;
    text-decoration: none !important;
}

.dyc-membership-options .mepr-price-box-button a:hover,
.dyc-membership-options .mepr-price-box-button button:hover {
    border-color: #ad683c !important;
    background: #ad683c !important;
}

/* Istaknuti plan */

.dyc-membership-options .highlighted,
.dyc-membership-options .mepr-price-box.highlighted {
    border-color: #806097 !important;
}

.dyc-membership-options .mepr-most-popular,
.dyc-membership-options .mepr-price-box-highlight {
    background: #806097 !important;
    color: #ffffff !important;
}

/* Tablet */

@media (max-width: 1000px) {

    .dyc-membership-options .mepr-price-boxes {
        grid-template-columns: 1fr !important;
        max-width: 620px;
        margin: 0 auto;
    }
}

/* Mobile */

@media (max-width: 700px) {

    .dyc-membership-options {
        margin-top: 32px;
    }

    .dyc-membership-options-inner {
        padding: 32px 16px 36px;
    }

    .dyc-membership-heading h2 {
        font-size: 30px;
    }

    .dyc-membership-heading p {
        font-size: 15px;
    }
}

/* ==================================================
   Compact membership dropdown
================================================== */

.dyc-membership-dropdown-wrap {
    position: relative;
    width: 100%;
}

.dyc-toggle-memberships {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    border: 0;
    cursor: pointer;
    font-family: inherit;
}

.dyc-membership-chevron {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 14px;
    height: 14px;

    transition: transform .25s ease;
}

.dyc-membership-chevron svg{
    width:12px;
    height:12px;
    fill:#fff;
}

.dyc-toggle-memberships[aria-expanded="true"] .dyc-membership-chevron {
    transform: rotate(180deg);
}

.dyc-membership-panel {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 100;

    display: none;
    padding: 18px;

    border: 1px solid #d9d2e2;
    border-radius: 8px;
    background: #ffffff;

    box-shadow: 0 14px 36px rgba(47, 34, 70, 0.18);
}

.dyc-membership-panel.is-visible {
    display: block;
}

.dyc-membership-panel-title {
    margin: 0 0 14px;

    color: #25252b;
    font-size: 15px;
    font-weight: 600;
}

.dyc-membership-mini-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;

    margin-bottom: 10px;
    padding: 14px 16px;

    border: 1px solid #ddd7e3;
    border-radius: 7px;
    background: #ffffff;

    color: #25252b;
    text-decoration: none;

    transition:
        border-color 0.2s ease,
        background-color 0.2s ease,
        transform 0.2s ease;
}

.dyc-membership-mini-card:last-child {
    margin-bottom: 0;
}

.dyc-membership-mini-card:hover {
    border-color: #8b73ba;
    background: #faf7fc;
    transform: translateY(-1px);
}

.dyc-membership-mini-content {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.dyc-membership-mini-name {
    margin-bottom: 4px;

    color: #8b73ba;
    font-size: 14px;
    line-height: 1.3;
    text-transform: uppercase;
}

.dyc-membership-mini-trial {
    margin-bottom: 3px;

    color: #25252b;
    font-size: 15px;
    font-weight: 600;
}

.dyc-membership-mini-price {
    color: #626977;
    font-size: 14px;
}

.dyc-membership-mini-price small {
    font-size: 12px;
}

.dyc-membership-mini-arrow {
    flex: 0 0 auto;

    color: #8b73ba;
    font-size: 26px;
    line-height: 1;
}

@media (max-width: 1100px) {

    .dyc-membership-panel {
        position: static;
        margin-top: 8px;
    }
}

/* Istaknuti membership */

.dyc-membership-mini-card {
    position: relative;

    box-shadow: 0 2px 8px rgba(47, 34, 70, 0.05);

    transition:
        border-color 0.2s ease,
        background-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.dyc-membership-mini-card:hover {
    border-color: #8b73ba;
    background: #faf7fc;

    transform: translateY(-2px);

    box-shadow: 0 8px 20px rgba(59, 43, 90, 0.14);
}

.dyc-membership-mini-card.is-featured {
    border-color: #8b73ba;
    padding-top: 24px;
    background: #fcf9fd;
}

.dyc-membership-mini-badge {
    position: absolute;
    top: -1px;
    right: 14px;

    padding: 4px 9px;

    border-radius: 0 0 6px 6px;
    background: #806097;

    color: #ffffff;
    font-size: 9px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

/* Chevron */

.dyc-membership-mini-arrow {
    flex: 0 0 18px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #8b73ba;

    transition: transform 0.2s ease;
}

.dyc-membership-mini-arrow svg {
    display: block;
    width: 8px;
    height: 14px;
    fill: currentColor;
}

.dyc-membership-mini-card:hover .dyc-membership-mini-arrow {
    transform: translateX(3px);
}

/* Ujednači visinu searcha i select filtera */

.dyc-filters-panel .jet-select__control,
.dyc-filters-panel select {
    width: 100% !important;
    height: 52px !important;
    min-height: 52px !important;

    padding: 0 18px !important;

    border: 1px solid #d1d5db !important;
    border-radius: 6px !important;
    background-color: #ffffff !important;

    color: #374151 !important;
    font-size: 16px !important;
    line-height: 52px !important;

    box-sizing: border-box !important;
    cursor: pointer;
}

/* Search iste visine */
.dyc-filters-panel .jet-search-filter__input,
.jet-search-filter__input {
    height: 52px !important;
    min-height: 52px !important;
    box-sizing: border-box !important;
}

/* Wrapper filtera neka zauzme punu širinu */
.dyc-filters-panel .jet-smart-filters-select,
.dyc-filters-panel .jet-select {
    width: 100% !important;
}

/* ==========================================
   Pricing tables
========================================== */

/* Neaktivne kartice */
.q_price_table:not(.active) .price_table_inner{
    background:#fff;
    border:2px solid #8E74BE;
    transition:all .25s ease;
}

/* Naslov */
.q_price_table:not(.active) .table_title{
    background:#fff;
    color:#5f4a86;
}

/* Cijena */
.q_price_table:not(.active) .prices{
    background:#fff;
    color:#5f4a86;
}

/* Sadržaj */
.q_price_table:not(.active) .pricing_table_content{
    background:#fff;
    color:#333;
}

/* Gumb */
.q_price_table:not(.active) .price_button{
    background:#fff;
}

/* Hover */
.q_price_table:not(.active):hover .price_table_inner{
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transform:translateY(-3px);
}


/* Sakrij ReadyLaunch dekorativne krugove na dnu stranice */
.mepr-rl-footer-widgets,
.mepr-rl-footer-widgets::before,
.mepr-rl-footer-widgets::after {
    display: none !important;
    content: none !important;
    background: none !important;
}

/* Dodatni ReadyLaunch dekorativni elementi */
.mepr-pro-template::before,
.mepr-pro-template::after,
.mepr-rl-template::before,
.mepr-rl-template::after {
    display: none !important;
    content: none !important;
    background: none !important;
}

/* Skrivanje velikih crnih točaka od Memberpressa */
/* Sakrij Qode WooCommerce Quick View modal na MemberPress stranicama */
#qode-quick-view-for-woocommerce-pop-up {
    display: none !important;
}
}