
body {
    /*font-family: Avenir, Montserrat, Corbel, 'URW Gothic', source-sans-pro, sans-serif !important;*/
    font-family: system-ui, sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    /*font-family: system-ui, sans-serif !important;*/
    /*font-family: Avenir, Montserrat, Corbel, 'URW Gothic', source-sans-pro, sans-serif !important;*/
    font-family: ui-rounded, 'Hiragino Maru Gothic ProN', Quicksand, Comfortaa, Manjari, 'Arial Rounded MT', 'Arial Rounded MT Bold', Calibri, source-sans-pro, sans-serif !important;
}

.breakdance {
    /*font-family: Avenir, Montserrat, Corbel, 'URW Gothic', source-sans-pro, sans-serif !important;*/
    font-family: system-ui, sans-serif !important;
}

.breakdance h1,.breakdance h2,.breakdance h3,.breakdance h4,.breakdance h5,.breakdance h6 {
    /*font-family: system-ui, sans-serif !important;*/
    /*font-family: Avenir, Montserrat, Corbel, 'URW Gothic', source-sans-pro, sans-serif !important;*/
    font-family: ui-rounded, 'Hiragino Maru Gothic ProN', Quicksand, Comfortaa, Manjari, 'Arial Rounded MT', 'Arial Rounded MT Bold', Calibri, source-sans-pro, sans-serif !important;
}

/* custom scrollbar */
::-webkit-scrollbar {
    width: 20px;
}
  
::-webkit-scrollbar-track {
    background-color: transparent;
}
  
::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}
  
::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
}

.hide {
    display: none !important;
}

a, button {
    transition: all 0.3s ease;
}

.red-text-accent {
    color: #EF5C72;
}

a.premium-button, button.premium-button {
    padding: 14px 36px;
    background: #C8A04F;
    border-radius: 30px;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    color: #ffffff;
    transition: all 0.3s ease;
    display: inline-block;
    border: none;
    cursor: pointer;
}

a.premium-button:hover, button.premium-button:hover {
    background: #FBBF24;
}

.gold-text-accent {
    color: #C8A04F;
}

p.heading-text {
    font-size: 1.2em;
    font-weight: 600;
}

p.error-message {
    border: 1px solid #bf7c00;
    padding: 10px;
    border-radius: 6px;
    background: orange;
    color: #ffffff;
}

p.success-message {
    border: 1px solid green;
    padding: 10px;
    border-radius: 6px;
    background: #efefef;
    color: #0d0d0d;
}

button.main-action-button, a.main-action-button {
    padding: 12px 20px;
    border-radius: 26px;
    background: #EF5C72;
    border: 1px solid #EF5C72;
    color: #0D0D0D;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
}

button.main-action-button:hover, a.main-action-button:hover {
    background: #ED455D;
    color: #ffffff;
}

button.main-action-button[disabled], a.main-action-button[disabled] {
    background: grey;
    border: grey;
    color: #ffffff;
}

button.secondary-action-button {
    padding: 12px 20px;
    border-radius: 26px;
    border: 1px solid #EF5C72;
    background: #ffffff;
    color: #0d0d0d;
    cursor: pointer;
    font-weight: 600;
}

button.secondary-action-button:hover {
    border: 1px solid #ED455D;
    color: #ED455D;
}

button.cancel-action-button, a.cancel-action-button {
    padding: 12px 20px;
    border-radius: 26px;
    border: 1px solid #4e4e4e;
    background: #4e4e4e;
    color: #ffffff;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
}

/* Start Sound Categpry Image */
.category-image-container {
    
    border-radius: 8px;
}

img.sound-category-image {
    border-radius: 8px;
    background: rgba(207, 84, 109, 0.1);
}

/* END Sound Categpry Image */


/* Start Sound Categpry Children */

.child-categories-container {
    position: relative;
}

h2.child-catgory-list-header {
    font-size: 36px;
    padding-right: 100px;
    min-height: 44px;
}

/*
ul.sound-child-categories {
    list-style: none;
    white-space: nowrap;
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    margin-left: 0;
    padding-inline-start: 0;
    scroll-behavior: smooth;
    min-height: 53px;
}
*/

ul.sound-child-categories {
    list-style: none;
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    margin-left: 0;
    padding-inline-start: 0;
    scroll-behavior: smooth;
    min-height: 53px;
    max-height: 150px;
}

/*
ul.sound-child-categories li.sound-child-category {
    display: inline-block;
    min-width: 320px;
    margin-bottom: 10px;
    margin-right: 20px;
    white-space: nowrap;
}
*/

ul.sound-child-categories li.sound-child-category {
    display: inline-block;
    width: 32%;
    margin-bottom: 10px;
    margin-right: 1%;
    white-space: nowrap;
}

@media only screen and (max-width: 768px) {

    ul.sound-child-categories li.sound-child-category {
        display: inline-block;
        width: 48%;
        margin-bottom: 10px;
        margin-right: 1%;
        white-space: nowrap;
    }

}


ul.sound-child-categories li.sound-child-category a {
    text-decoration: none;
    padding: 10px;
    background: #FFFFFF0D;
    display: block;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-align: center;
    white-space: nowrap;         /* Prevents wrapping */
    overflow: hidden;            /* Hides overflowed content */
    text-overflow: ellipsis;
}


ul.sound-child-categories li.sound-child-category a:hover {
    background: #000000;
}

.child-categories-actions-container {
    position: absolute;
    top: 0;
    right: 0;
}

button.next-prev-btn {
    border: none;
    cursor: pointer;
    background: #FFFFFF14;
    height: 44px;
    width: 44px;
    border-radius: 22px;
    transition: all 0.3s ease;
}

button.next-prev-btn:hover {
    background: #000000;
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {

    h2.child-catgory-list-header {
        font-size: 28px;
    }

}

@media only screen and (max-width: 767px) {

    h2.child-catgory-list-header {
        font-size:20px;
    }

}

/* END Sound Categpry Children */

/* Start Premium Sound Preview */

.premium-sounds-preview-section {
    position: relative;
    margin-top: 60px;
}

.premium-sounds-preview-container {
    margin-top: 20px;
    white-space: nowrap;
    overflow-x: hidden;
    width: 100%;
}

h2.premium-sound-preview-heading {
    margin-top: 0;
    font-size: 36px;
    padding-right: 100px;
    min-height: 48px;
}

h2.premium-sound-preview-heading::after {
    content: url('../assets/premium-access-icon-30x30.svg');
    height: 43px;
    width: 43px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    /*margin-top: -14px;*/
}

.premium-sounds-preview-actions-container {
    position: absolute;
    top: 0;
    right: 0;
}

.premium-sound-preview-container {
    /*white-space: wrap; */
    display: inline-block;
    width: 320px;
    margin-right: 20px;
    margin-bottom: 16px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 6px;
    padding: 4px;
    transition: all 0.3s ease;
}

.premium-sound-preview-container:hover {
    background: rgba(0, 0, 0, 1);
}

.premium-sound-header-container {
    position: relative;
    border-bottom: 1px solid rgb(200 160 79 / 20%);
}

.premium-sound-title-container {
    padding: 8px;
}

a.premium-sound-title {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 255px;
    display: block;
    text-decoration: none;
}

img.premium-item-preview-icon {
    position: absolute;
    top: 6px;
    right: 4px;
    height: 24px;
    width: 24px;
}

.premium-sound-preview-container button {
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
    height: 44px;
    width: 44px;
}

.premium-audio-preview-player-container {
    display: flex;
    flex-direction: row;
    /*position: relative;*/
    align-items: center;
    justify-content: space-between;
}

.premium-sound-waveform-container {
    padding: 10px;
    /*background: rgba(255, 255, 255, 0.02);*/
    border-radius: 0px 0px 4px 4px;
    height: 80px;
    cursor: col-resize;
    width:276px;
}

.premium-audio-preview-player-container .download-sound-container {
    /*
    position: absolute;
    bottom: 0;
    right: 0;
    */
    position: relative;
}

.premium-sounds-view-all-btn {
    /*border: 2px dashed #FFFFFF80;*/
    border: 2px dashed #C8A04F;    
    border-radius: 25px;
    background-color: transparent;
    color: #ffffff;
    padding: 12px 26px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    margin-top: 16px;
    display: inline-block;
}

.premium-sounds-view-all-btn:hover {
    background-color: #0D0D0D;
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {

    h2.premium-sound-preview-heading {
        font-size: 28px;
    }

    .premium-sound-preview-container {
        width: 36%;
    }

}

@media only screen and (max-width: 767px) {

    h2.premium-sound-preview-heading {
        font-size: 20px;
    }

    .premium-sound-preview-container {
        width: 80%;
    }

}

/* END Premium Sound Preview */


/* START Sound Results */

article.registration-redirect-item {
    border: 1px solid #EF5C72;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 8px;
    background: #000;    
}

.sound-effect-container {
    position: relative;
    border-bottom: 1px solid rgba(24, 35, 56, 0.5);
    /*
    padding-bottom: 24px;
    padding-top: 20px;
    */
    padding: 20px;
    transition: background 0.3s ease;
    margin-top: 20px;
}

.sound-effect-container.small-format {
    padding: 10px;
    margin-top: 0px;
}

.sound-effect-container:hover {
    background: #ffffff0d;
    /*border-bottom: 1px solid rgba(88, 101, 126, 0.5);*/
    /*padding-bottom: 19px;*/
    border-bottom: 1px solid transparent;
    border-radius: 6px;
}

.sound-effect-container.premium-item:hover {
    /* margin: 19px 0px 0 0px; */
    border: 1px solid #4d3f24 !important;
    padding: 19px;
    padding-bottom: 20px;
}

.download-related-items-container .sound-effect-container, .single-sound-output .sound-effect-container {
    background: transparent !important;
    padding: 20px 0px 20px 0px;
    border-bottom: 1px solid rgba(24, 35, 56, 0.5) !important;
    border-radius: 0px;
}

.single-sound-output .sound-effect-container {
    border-bottom: none !important;
}

.download-related-items-container .sound-effect-container:hover, .single-sound-output .sound-effect-container:hover {
    background: transparent !important;
    /*border-bottom: 1px solid rgba(88, 101, 126, 0.5);*/
    /*padding-bottom: 19px;*/
    border-bottom: 1px solid rgba(24, 35, 56, 0.5) !important;
    border-radius: 0px;
}

.download-related-items-container .sound-effect-container.premium-item:hover, .single-sound-output .sound-effect-container.premium-item:hover {
    margin: 20px 0px 0px 0px;
    border: none !important;
    border-bottom: 1px solid rgba(24, 35, 56, 0.5) !important;
}

.sound-effect-container a {
    text-decoration: none;
}

.sound-effect-container button {
    border: none;
    background: none;
    cursor: pointer;
}

.sound-effect-container h3.sound-effect-title {
    font-family: system-ui, sans-serif !important;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    letter-spacing: .01em;
    margin-top: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sound-effect-container.premium-item h3.sound-effect-title::before {
    content: url('../assets/premium-access-icon-30x30.svg');
    height: 36px;
    width: 36px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

article.sound-effect-container.small-format h3.sound-effect-title {
    font-size: 16px;
}

.sound-effect-details-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

/* BEGIN the layout of the sound details row */

.sound-effect-details-container .sound-effect-contributor-image-container {
    flex-grow: 1;
}

.sound-effect-details-container .sound-effect-player-container {
    flex-grow: 10;
    align-items: center;
    gap: 12px;
    position: relative;
}

.sound-effect-details-container .sound-effect-category-container {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: stretch;
    gap: 16px;
    max-width: 360px;
    flex-wrap: wrap;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

    .sound-effect-details-container .sound-effect-category-container {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: stretch;
        gap: 16px;
        margin-left: 16px;
    }

}

.sound-effect-details-container .sound-effect-actions-container {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    gap: 16px;
}

.sound-effect-details-container .audio-contributor-name {
    margin-top: 10px;
    font-size: 0.9em;
}

/* END the layout of the sound details row */

.sound-effect-details-container .sound-effect-contributor-image-container img {
    border-radius: 8px;
}

article.sound-effect-container.small-format .audio-contributor-image-container {
    display: none;
}

.sound-effect-category-container a.sound-category-link {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 5px;
    padding: 10px 14px;
    text-align: center;
    max-width: 160px;
    display: flex;
    align-items: center;
    font-size: 14px;
    transition: all 0.5s ease;
}

.sound-effect-category-container a.sound-category-link:hover {
    background: #000000;
}

.sound-effect-actions-container button {
    width: 44px;
    height: 44px;
    padding: 0;
}

.sound-effect-actions-container button img.img-download-icon, 
.sound-effect-actions-container button img.img-add-to-list-icon,
.sound-effect-actions-container button img.img-sound-information-icon,
.sound-effect-actions-container button img.img-show-more-sound-details-icon {
    height: 30px;
    width: 30px;
    max-width: 30px;
}

.sound-effect-actions-container .download-sound-container {
    position: relative;
}

.download-btn-choice-container {
    position: absolute;
    background: linear-gradient(97deg, #144BAE -12.66%, rgb(239, 92, 114) 103.37%);
    border-radius: 5px;
    width: 130px;
    transition: all 300ms cubic-bezier(0.335, 0.010, 0.030, 1.360);
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
}

.download-btn-choice-container.show {
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.download-btn-choice-container button {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    margin: 4px 0px;
    width: 60px;
    height: 32px;
}

.download-btn-choice-container button:nth-child(1) {
    border-right: 1px solid #D9D9D9;
    width: 66px;
}

.download-btn-choice-container button:nth-child(2) {
    width: 59px;
}

.sound-effect-actions-container button.show-more-sound-details {
    display: none;
}

.sound-effect-info-container {
    max-width: 350px;
    background: linear-gradient(93.39deg, #a0a0a0 -17.77%, #FFFFFF 115.34%);
    border-radius: 4px;
    padding: 10px 20px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 0;
    transition: all 300ms cubic-bezier(0.335, 0.010, 0.030, 1.360);
    right: 0;
}

.sound-effect-info-container.show {
    opacity: 1;
    visibility: visible;
    top: 10px;
    right: 0;
    z-index: 1;
}

.sound-effect-info-action-container {
    position: relative;
}

.sound-effect-info-container-close-btn {
    position: absolute;
    top: -8px;
    right: -20px;
}

.sound-effect-info-container-close-btn img {
    height: 14x;
    width: 14px;
    max-width: 14px;
}

.sound-effect-info-container .sound-effect-license-container {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 16px;
}

.sound-effect-info-container .sound-effect-license-container a {
    color: #030014;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    line-height: 22px;
}

.sound-effect-info-container .sound-effect-license-container img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}


.sound-effect-info-container .sound-effect-tag-container {
    padding-top: 10px;
}

.sound-effect-info-container .sound-effect-tag-container a {
    color: #04011799;
    font-size: 14px;
    font-weight: 500;
}

.sound-effect-mobile-details-container {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 0;
    /* transform: translate(0%, -50%); */
    transition: all 300ms cubic-bezier(0.335, 0.010, 0.030, 1.360);
    background: #141414;
    padding: 16px;
}

.sound-effect-mobile-details-container.show {
    opacity: 1;
    visibility: visible;
    top: 0;
    /* transform: translate(0%, 18%); */
    z-index: 3;
    right: 0;
}

.sound-effect-mobile-details-container .sound-details-close-action-container {
    position: relative;
}

.sound-effect-mobile-details-container .sound-effect-mobile-details-close-btn {
    position: absolute;
    top: -16px;
    right: -16px;
}

.sound-details-mobile-item-row {
    padding-top: 16px;
}

.sound-contributor-mobile-container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 10px;
}

.sound-effect-mobile-details-container .sound-contributor-mobile-container span.by {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    top: -14px;
    color: rgba(255, 255, 255, 0.4);
}

.sound-effect-mobile-details-container .sound-contributor-mobile-container a.contributor-name {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    margin-left: 16px;
    word-break: break-word;
}

.sound-actions-mobile-container button {
    padding-left: 0;
    /* margin-left: -2px; */
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    display: inline-flex;
    width: 100%;
    align-items: baseline;
}

.sound-actions-mobile-container button img {
    width: 28px;
    max-width: 28px;
    height: 28px;
}

.sound-actions-mobile-container button span.add-to-list-btn-txt {
    position: relative;
    top: -8px;
    margin-left: 8px;
}

.sound-effect-mobile-details-container .sound-mobile-details-header-row {
    display: flex;
    flex-direction: row;
    justify-content: start;
    gap: 16px;
    align-items: center;
}

.sound-effect-mobile-details-container .sound-mobile-details-header-row .row-icon img {
    width: 24px;
    max-width: 24px;
    height: 24px;
}

.sound-mobile-details-header-row .row-name {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.sound-details-mobile-info-row {
    margin-left: 40px;
}

.sound-effect-mobile-details-container .sound-details-mobile-info-row a {
    display: inline-block;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    padding: 6px 16px;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.4);
    text-align: center;
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .sound-effect-container h3.sound-effect-title  {
        font-size: 16px;
        line-height: 18px;
    }

}


@media only screen and (max-width: 767px) {

    .sound-effect-container h3.sound-effect-title {
        font-size: 14px;
        line-height: 17.5px;
    }

    .sound-effect-details-container .sound-effect-player-container {
        flex-grow: 30;
    }

    .sound-effect-details-container .sound-effect-category-container {
        display: none;
    }

    .sound-effect-actions-container button.add-to-list, .sound-effect-actions-container button.sound-info {
        display: none;
    }

    .sound-effect-actions-container button.show-more-sound-details {
        display: block;
    }

}

/* END Sound Results */


/* Start Standard Audio Player */

.sound-effect-player-container {
    display: flex;
}

.audio-contributor-image-container {
    height: 60px;
}

.audio-contributor-image-container a {
    display: block;
}

img.audio-contributor-image {
    width: 60px;
    max-width: 60px;
    height: 60px;
    border-radius: 8px;
}

.audio-details {
    flex-grow: 18;
    position: relative;
}

button.play-pause-btn {
    padding: 0;
    height: 44px;
    width: 44px;
}

button.play-pause-btn img.show-mobile {
    display: none;
}

button.play-pause-btn img.hide-mobile {
    display: inline;
}

.zs-audio-player {
    height: 42px;
    cursor: col-resize;
}

.audio-details .file-loading-loading-container {
    width: 100%;
    background-color: #484d55;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    height: 8px;
    margin-top: -42px;
    margin-bottom: 21px;
}

.audio-details .file-loading-loading-container .file-loading-progress-bar {
    width: 0;
    height: 100%;
    background-color: #EF5C72;
    transition: width 0.4s ease;
}

.volume-control-container {
    position: absolute;
    bottom: -7px;
    right: 80px;
}

@media only screen and (max-width: 767px) {
    .volume-control-container {
        display: none;
    }
}

.volume-slider-contaner {
    position: absolute;
    display: none;
    bottom: 38px;
    background: #0c0c0c;
    padding: 8px 6px 4px 6px;
    width: 120px;
    height: 40px;
    border-radius: 6px;
    z-index: 100;
    text-align: center;
    border: 1px solid #3c3c3c;
}

.volume-slider-contaner.visible {
    display: block;
}

input.volume-slider {
    width: 100px;
}

/* Reset default input styles */
.volume-slider {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    width: 100px;
    height: 10px;
}

/* Chrome/Safari specific styles */
.volume-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 12px;
    background: #e0e0e0;
    border-radius: 6px;
    border: none;
}

.volume-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ED455D;
    margin-top: -2px; /* Centers the thumb on the track */
    cursor: pointer;
    border: none;
}

/* Firefox specific styles */
.volume-slider::-moz-range-track {
    width: 100%;
    height: 12px;
    background: #e0e0e0;
    border-radius: 6px;
    border: none;
}

.volume-slider::-moz-range-thumb {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ED455D;
    cursor: pointer;
    border: none;
}

/* Chrome/Safari specific styles */
.volume-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 12px;
    background: linear-gradient(to right, #EF5C72 0%, #EF5C72 var(--volume), #e0e0e0 var(--volume));
    border-radius: 6px;
    border: none;
}

.volume-slider::-moz-range-progress {
    background-color: #EF5C72;
    height: 12px;
    border-radius: 6px;
}

/* Remove focus outline and add custom focus styles */
.volume-slider:focus {
    outline: none;
}

/* Hover states */
.volume-slider:hover::-webkit-slider-thumb {
    transform: scale(1.1);
}

.volume-slider:hover::-moz-range-thumb {
    transform: scale(1.1);
}

.audio-duration {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 14px;
}

.current-play-time {
    position: absolute;
    bottom: 0;
    right: 42px;
    font-size: 14px;
    color: #414141;
}

.audio-details .audio-contributor-name .author-intro-small {
    font-size: 0.8em;
    color: #84878c;
}

.audio-details .audio-contributor-name a {
    color: #84878c;
    font-weight: 400;
}


@media only screen and (max-width: 767px) {

    .audio-contributor-image-container {
        position: relative;
        height: 44px;
    }

    .audio-contributor-image-container img.audio-contributor-image {
        width: 44px;
        max-width: 44px;
        height: 44px;
        border-radius: 4px;
    }
    
    button.play-pause-btn {
        position: absolute;
    }

    .sound-effect-player-container button.play-pause-btn {
        background: rgba(0, 0, 0, 0.7);
        border-radius: 4px;
    }

    .sound-effect-container.small-format .sound-effect-player-container button.play-pause-btn {
        background: none;
        position: relative;
    }

    button.play-pause-btn img {
        border-radius: 4px;
    }

    button.play-pause-btn img.show-mobile {
        display: inline;
        width: 44px;
        max-width: 44px;
        height: 44px;
    }
    
    button.play-pause-btn img.hide-mobile {
        display: none;
    }

    .audio-details {
        margin-left: 10px;
    }

    .audio-contributor-name {
        display: none;
    }

    .audio-duration {
        display: none;
    }

    .current-play-time {
        display: none;
    }

}

/* END Standard Audio Player */


/* Start Related Sound Packs */

.related-sound-packs-items-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

a.related-sound-pack-item {
    text-align: center;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 7px;
    padding: 30px;
    /* max-width: 30%; */
    margin-bottom: 20px;
    flex-basis: calc(33.333% - 30px);
}

/* Search Interface Styles
--------------------------------------------- */

/*
 * 1. Main Filter Containers
 * Applies the primary box style (background, rounded corners, scrollbar, etc.)
 * to BOTH the category and contributor sections.
 */

 form.search-form.custom-search input[type=search] {
    width: 100%;
    padding: 12px;
    border-radius: 3px;
    outline: none;
    border: none;
    line-height: 1em;
}

form.search-form.custom-search input.exclude-input {
    margin-top: 10px;
    padding: 4px 12px 4px 12px;
    background: #1B1B1B;
    color: #ffffff;
}

/*
=============================================
--- Sorting Button Styles ---
=============================================
*/

/* Container for the sorting buttons */
.search-sorting-filter {
    margin-top: 16px;
    margin-bottom: 16px;
}
.search-sorting-filter > label {
    display: block;
    margin-bottom: 12px;
    font-weight: 500;
}

/* Use Flexbox to create the row of buttons */
.sort-options-container,
.content-type-options-container {
    display: flex;
    gap: 8px;
}

/* Hide the actual radio button input */
.sort-options-container input[type="radio"],
.content-type-options-container input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* Style the label to look like a button */
.sort-options-container label,
.content-type-options-container label {
    flex-grow: 1; /* Make all buttons share the space equally */
    background-color: #333;
    border: 1px solid #444;
    color: #e0e0e0;
    padding: 8px 10px;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    user-select: none;
}

/* Add a hover effect */
.sort-options-container label:hover,
.content-type-options-container label:hover {
    border-color: #777;
}

/* Style the "selected" button using the :checked pseudo-class */
.sort-options-container input[type="radio"]:checked + label,
.content-type-options-container input[type="checkbox"]:checked + label { 
    background-color: #EF5C72;
    border-color: #EF5C72;
    color: #ffffff;
}

form.search-form.custom-search button[type=submit] {
    background: #EF5C72;
    text-decoration: none;
    padding: 12px 18px;
    border-radius: 30px;
    color: #ffffff;
    border: none;
    min-width: 200px;
    cursor: pointer;
}

form.search-form.custom-search button[type=submit]:hover {
    background: #ED455D;
}

/*
button#load-categories-btn, button#load-contributors-btn {
    background: #0D0D0D;
    border: 1px solid #0d0d0d;
    border-radius: 3px;
    padding: 8px 16px;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
}
*/
/*
button#load-categories-btn:hover, button#load-contributors-btn:hover {
    border: 1px solid #FFFFFF80;
}
*/

.form-actions {
    display: flex;
    gap: 15px; /* Creates space between the buttons */
    align-items: center;
    margin-top: 20px;
}

/* Make the main search button take up available space */
.form-actions button[type="submit"] {
    /*flex-grow: 1;*/
}

/* Style for the new Reset button */
#reset-search-form-btn {
    background: none;
    border: none;
    color: #999; /* A subtle grey color */
    font-weight: normal;
    text-decoration: underline;
    padding: 0;
    width: auto; /* Override the 100% width from the base button style */
    cursor: pointer;
}

#reset-search-form-btn:hover {
    color: #fff; /* Brighten on hover */
}

.search-categories, .search-contributor {
    background: #1B1B1B;
    border: 1px solid #2d2d2d;
    border-radius: 6px;
    margin-top: 16px;
    margin-bottom: 16px;
}
 
 /*
  * 2. Shared List & Item Styles
  * These rules apply to the <ul>, <li>, and <label> elements
  * inside both filter containers for a consistent appearance.
  */
 
 /* Resets default list styling */
 .search-categories ul,
 .search-contributor ul {
     list-style: none;
     padding-left: 0;
     margin: 0; /* Reset default browser margins */
 }
 
 /* Adds spacing between individual filter items */
 .search-categories li,
 .search-contributor li {
     margin-bottom: 4px;
 }
 
 /* Removes bottom margin from the last item in a list for cleaner spacing */
 .search-categories li:last-child,
 .search-contributor li:last-child {
     margin-bottom: 0;
 }
 
 /* Ensures labels are clearly interactive */
 .search-categories label,
 .search-contributor label {
     cursor: pointer;
 }

/*
=============================================
--- Custom Category Checkbox Styles ---
=============================================
*/

/* 1. Prepare the label to be the container for our custom checkbox */
.search-categories .category-item label {
    position: relative; /* Required for positioning the custom box */
    padding-left: 28px; /* Create space on the left for the new box */
    cursor: pointer;
    display: inline-block; /* Ensures proper alignment */
}

/* 2. Hide the original, default browser checkbox */
.search-categories .category-item input[type="checkbox"] {
    position: absolute;
    opacity: 0; /* Make it invisible but still functional */
    height: 0;
    width: 0;
}

/* 3. Create the new, styleable checkbox box */
.search-categories .category-item label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 18px;
    width: 18px;
    background-color: #1d1d1d;
    border: 1px solid #555;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
}

/* 4. Create the checkmark inside the box (hidden by default) */
.search-categories .category-item label::after {
    content: '✓';
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%) scale(0); /* Start scaled down and invisible */
    
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    transition: all 0.2s ease-in-out;
}


/* 5. Define the styles for the "SELECTED" state using :has() */

/* When the hidden checkbox is checked, change the background of our custom box */
.search-categories .category-item label:has(input:checked)::before {
    background-color: #EF5C72; /* Your highlight color */
    border-color: #EF5C72;
}

/* When the hidden checkbox is checked, make the checkmark visible */
.search-categories .category-item label:has(input:checked)::after {
    opacity: 1;
    transform: translateY(-50%) scale(1); /* Scale it up to full size */
}


 /*
=============================================
--- Contributor Button Filter Styles ---
=============================================
*/

/* 1. Set up the two-column grid layout on the list container */
.search-contributor ul.zs-contributor-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Create 2 equal-width columns */
    gap: 8px; /* The space between the buttons */
    /*padding: 10px;*/ /* Add some padding inside the container */
}

/* 2. Hide the actual checkbox input from view */
/* We keep it for functionality but make it invisible */
.search-contributor input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* 3. Style the label to look like a button */
.search-contributor label {
    display: block;
    background-color: #1d1d1d;
    border: 1px solid #444;
    color: #e0e0e0;
    padding: 8px 10px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    user-select: none;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 4. Add a hover effect for interactivity */
.search-contributor label:hover {
    border-color: #777;
}

@media only screen and (max-width: 767px) {

    .search-contributor label {
        padding: 8px 4px;
        white-space: normal;
    }

}

/* 5. Style the "selected" state using the modern :has() selector */
/* This rule applies ONLY when the checkbox inside the label is checked */
.search-contributor label:has(input:checked) {
    background-color: #EF5C72; /* Your brand color */
    border-color: #EF5C72;
    color: #ffffff;
    font-weight: bold;
}


.search-filter-heading-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px;
}

p.search-filter-heading {
    margin: 0;
    color: #ffffff;
    font-weight: 500;
}

.filter-actions-container button {
    background: transparent;
    border: none;
    cursor: pointer;
}

.filter-actions-container svg {
    height: 1em;
    width: 1em;
    fill: #efefef;
}

.search-filter-heading-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px;
    border-radius: 4px 4px 0 0;
}

.filter-options-container {
    max-height: 23vh;
    overflow: auto;
    padding: 10px;
    background: #2d2d2d;
    padding-top: 0;
    padding-bottom: 0;
}

.filter-options-container.category-container {
    padding-top: 10px;
    padding-bottom: 10px;
}

.filter-options-container.contributor-container {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {

    .search-filter-heading-container {
        padding: 6px;
    }
    
    .filter-options-container {
        padding: 6px;
    }

}

.filter-options-container.duration-container {
    height: 7vh;
    padding-top: 30px;
}

@media only screen and (max-width: 1600px) {

    .filter-options-container.duration-container {
        height: 7vh;
        padding-top:22px;
    }

}

@media only screen and (max-width: 1024px) {

    .filter-options-container {
        max-height: 18vh;
    }

    .filter-options-container.duration-container {
        height: 7vh;
        padding-top:23px;
    }

}

@media only screen and (max-width: 768px) {

    .filter-options-container {
        max-height: 18vh;
    }

    .filter-options-container.duration-container {
        height: 7vh;
        padding-top: 32px;
    }

}

@media only screen and (max-width: 767px) {

    .filter-options-container {
        max-height: 18vh;
    }

    .filter-options-container.duration-container {
        height: 10vh;
    }

}
 
 /*
  * 3. Category-Specific Styles
  * These styles are for the expand/collapse functionality and only
  * apply to the category filter. They have been left unchanged.
  */
 
 .category-item {
     display: flex;
     align-items: center;
     justify-content: space-between;
 }
 
 .child-category-container.loaded {
    margin-top: 8px;
    margin-bottom: 8px;
}

/* Hide nested category lists by default */
ul.nested-category-list {
    display: none;
    margin-left: 6px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: 1px solid #717171;
    padding-left: 8px;
}
 
 .toggle-children {
     cursor: pointer;
     padding: 2px 8px;
     font-size: 24px;
     font-weight: bold;
     user-select: none;
     border-radius: 4px;
     line-height: 1;
 }
 
 .child-category-container {
     display: none;
     padding-left: 20px;
     border-left: 1px solid #eee;
     margin-left: 10px;
 }


/*
=============================================
--- Custom Duration Slider Styles ---
=============================================
*/

.search-duration-filter {
    max-height: 23vh;
    overflow-y: auto;
    background: #1B1B1B;
    border: 1px solid #2d2d2d;
    border-radius: 6px;
    margin-top: 16px;
    margin-bottom: 16px;
}

/* 1. Make the main slider bar thinner */
.search-form .noUi-target {
    height: 8px;
}

/* 2. Make the handles smaller and reposition them to stay centered */
.search-form .noUi-handle {
    width: 22px;
    height: 22px;
    right: -11px;
    top: -7px;
    border-radius: 20px;
    box-shadow: none;
    background: #444444;
    border: 1px solid #858585;
}

/* 3. Adjust the small vertical lines inside the new, smaller handles */
.search-form .noUi-handle::before, 
.search-form .noUi-handle::after {
    content: "";
    display: block;
    position: absolute;
    height: 10px;
    width: 1px;
    background: #a5a5a5;
    left: 8px;
    top: 5px;
}

.search-form .noUi-handle::after {
    left: 11px;
}

.search-form .noUi-tooltip {
    font-size: 14px;
    padding: 2px 4px;
}

label[for=duration-slider] {
    display: block;
    text-align: center;
    margin-bottom: 12px;
}

.search-duration-heading-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

/*
--- Slider Color Styles (from previous step) ---
*/

.search-form .noUi-target {
    background: #1d1d1d;
    border-radius: 4px;
    border: none;
    box-shadow: none;
    max-width: 90%;
    margin: 0 auto;
}

/* 4. Set the color of the active range bar */
.search-form .noUi-connect {
    background: #4b4b4b;
}

/* 5. Style the handle's focus "glow" to match */
.search-form .noUi-target[data-state="tap"] .noUi-handle,
.search-form .noUi-handle:focus {
    box-shadow: 0 0 0 4px rgba(239, 92, 114, 0.2);
    border-color: #EF5C72;
}


.search-results-header-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 767px) {

    .search-results-header-container {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .search-duration-heading-container {
        gap: 10px;
    }

}


button.refine-search-filters {
    background: #1B1B1B;
    border: 2px solid #EF5C72;
    padding: 12px 20px;
    border-radius: 30px;
    color: #efefef;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
    align-items: center;
    white-space: nowrap;
}


button.refine-search-filters:hover {
    background: #2d2d2d;
    border: 2px solid #ffffff;
    color: #ffffff;
}


button.refine-search-filters svg {
    height: 1em;
    width: 1em;
    fill: #efefef;
}


@media only screen and (max-width: 767px) {

    .search-results-header {
        text-align: center;
    }

    .search-results-filter-actions {
        margin: 0 auto;
    }

}


.search-results-container {
    display: flex;
    flex-wrap: wrap;
}

article.search-sound-pack-item {
    position: relative;
    width: calc(50% - 15px);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    border: 1px solid #2d2d2d;
    margin-bottom: 30px;
    border-radius: 6px;
    transition: background 0.3s ease;
    font-size: 20px;
}

article.search-sound-pack-item.premium-item img.premium-icon {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px;
    border-radius: 0px 6px 0px 6px;
    /*background: #2d2d2d;*/
}

article.search-sound-pack-item:hover {
    background: #ffffff0d;
}

article.search-sound-pack-item.premium-item:hover {
    border: 1px solid #4d3f24 !important;
}

article.search-sound-pack-item h3 {
    font-size: 20px;
    margin: 0;
}

article.search-sound-pack-item a {
    text-decoration: none;
}

article.search-sound-pack-item .search-sound-pack-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 70%;
}

article.search-sound-pack-item .sound-pack-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4.5em;
    font-size: .7em;
    padding-right: 84px;
    margin-bottom: 10px;
}

.search-sound-pack-listen-cta {
    background: #EF5C72;
    color: white !important;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 6px 12px;
    border-radius: 4px 0 4px 0;
    font-size: 0.8em;
}


.search-sound-pack-item:nth-child(odd) {
    margin-right: 15px;
}

.search-sound-pack-item:nth-child(even) {
    margin-left: 15px;
}

article.search-sound-pack-item a:nth-child(1) {
    /*
    width: 30%;
    display: flex;
    flex-direction: column;
    */
}

article.search-sound-pack-item a:nth-child(2) {
    width: 70%;
}


@media only screen and (max-width: 768px) {

    article.search-sound-pack-item {
        width: 100%;
    }

    .search-sound-pack-item:nth-child(odd) {
        margin-right: 0;
    }
    
    .search-sound-pack-item:nth-child(even) {
        margin-left: 0;
    }

}


.search-results-container article.sound-effect-container {
    width: 100%;
}

.related-sound-pack-title {
    text-align: center;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {

    .related-sound-packs-items-container {
        flex-direction: column;
    }

    a.related-sound-pack-item {        
        max-width: 100%;
    }

}

/* END Related Sound Packs


/* Start Pagination Links */

.pagination-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.page-numbers {
    width: 36px;
    display: inline-block;
    text-align: center;
    margin: 4px;
    height: 36px;
    line-height: 34px;
    vertical-align: middle;
    font-weight: 400;
}

a.page-numbers {
    color: #FFFFFF80;
    text-decoration: none;
}

.page-numbers.current {
    color: #ffffff;
    text-decoration: underline;
}

a.page-numbers.next {
    background: url('../assets/next-page.svg');
    background-repeat: no-repeat;
    background-position: center;
}

a.page-numbers.prev {
    background: url('../assets/previous-page.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.bde-posts-pagination > .bde-posts-prev-next-link:nth-child(1) {
    background: url('../assets/previous-page.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.bde-posts-pagination > .bde-posts-prev-next-link:nth-child(1) a {
    opacity: 0;
}

.bde-posts-pagination > .bde-posts-prev-next-link:nth-child(3) {
    background: url('../assets/next-page.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.bde-posts-pagination > .bde-posts-prev-next-link:nth-child(3) a {
    opacity: 0;
}

.bde-posts-pagination a.is-active {
    text-decoration: underline;
}


/* END Pagination Links */

/* Start Generic Dialogue Popup Styles */

button.dialogue-close {
    border: none;
    background: #efefef;
    cursor: pointer;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    position: absolute;
    right: 7px;
    top: 7px;
    transition: all 0.5s ease;
    padding-top: 6px;
}

button.dialogue-close:hover {
    background: #e1e1e1;
}

.dialogue-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9); /* Semi-transparent black overlay */
    z-index: 9999; /* Ensure the popup appears on top of other content */
    display: none; /* Hide the popup by default */
}

.dialogue-container.show {
    display: block;
}

.dialogue-content-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #0d0d0d;
    padding: 0px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 767px) {

    .dialogue-content-container.list-dialogue-content-container {
        width: 96%;
        height: 75%;
    }

}

.dialogue-content-container.full-screen {
    width: 96%;
    height: 90%;
    height: calc(88% - 30px);
    margin-top: 30px;
}

.dialogue-content-container.half-width {
    width: 50%;
    height: 50%;
    height: calc(50% - 30px);
    margin-top: 30px;
}

.dialogue-header {
    border-bottom: 1px solid #2d2d2d;
    padding: 10px 16px;
    background: #141414;
    border-radius: 6px 6px 0 0;
}

@media only screen and (max-width: 767px) {
    .dialogue-header {
        border-radius: 0;
    }
}

.dialogue-header p {
    font-size: 1.3em;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
}

.dialogue-details-container {
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
    gap: 20px;
    margin-top: 30px;
    overflow-y: scroll;
    height: auto;
    justify-content: space-between;
}

@media only screen and (max-width: 1023px) {

    .dialogue-details-container {
        display: flex;
        flex-direction: column;
        gap: 30px;
        /* margin-top: 30px; */
        overflow-y: scroll;
        height: auto;
        justify-content: space-between;
        height: calc(100% - 100px);
    }

}

.scrollable-dialogue-content {
    overflow: hidden;
    overflow-y: auto;
    height: calc(100% - 60px);
    margin-top: 10px;
}

.scrollable-dialogue-content button {

}

.scrollable-dialogue-content::-webkit-scrollbar {
    width: 10px;
}

.scrollable-dialogue-content::-webkit-scrollbar-track {
    border-radius: 6px;
    background-color: #f0f0f0;
    /*border: 1px solid #cacaca;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);*/
}

.scrollable-dialogue-content::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #4d4d4d;
}

@media only screen and (max-width: 1024px) {

    .dialogue-content.full-screen {
        width: 96%;
        height: 90%;
        height: calc(88% - 30px);
        margin-top: 30px;
    }
    
    .dialogue-content.half-width {
        width: 96%;
        height: 90%;
        height: calc(88% - 30px);
        margin-top: 30px;
    }

}


/* END Generic Dialogue Popup Styles */


/* Start Download Dialogue */

.download-dialogue-content-container {
    width: 70%;
    /* height: 90%; */
    /*min-height: calc(60% - 30px);*/
    min-height: 532px;
    margin-top: 30px;
    padding-bottom: 30px;
}

@media only screen and (max-width: 1600px) {

    .download-dialogue-content-container {
        width: 88%;
        margin-top: 0;
    }

}

@media only screen and (max-width: 1200px) {

    .download-dialogue-content-container {
        width: 98%;
        margin-top: 0;
    }

}

@media only screen and (max-width: 1024px) {

    .download-dialogue-content-container {
        width: 98%;
        margin-top: 0;
    }

}

@media only screen and (max-width: 767px) {

    .download-dialogue-content-container {
        width: 100%;
        height: 100%;
        margin-top: 0;
    }

}

.download-dialogue-content .dialogue-header{
    border-bottom: none;
}

.download-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /*margin-right: 50px;*/
    gap: 20px;
    height: calc(100% - 60px);
}

.download-details-container {
    min-width: calc(68% - 60px);
    /* flex-grow: 30; */
}

@media only screen and (max-width: 1024px) {

    .download-details-container {
        min-width: calc(63% - 60px);
        /* flex-grow: 30; */
    }

}

@media only screen and (max-width: 767px) {

    .download-details-container {
        min-width: 100%;
        /*order: 2;*/
    }

}

.scrollable-dialogue-content.download-details-container {
    height: 100%;
}

.download-title {
    font-size: 1.4em;
    font-weight: 500;
    padding-left: 16px;
    color: #EF5C72;
}

.download-meta-container {
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: flex-start;
}

.download-contributor {
    margin-top: 20px;
    font-size: 1em;
    font-weight: 400;
    padding-left: 16px;
}

.download-licence {
    margin-top: 20px;
    font-size: 1em;
    font-weight: 400;
    padding-left: 16px;
    vertical-align: middle;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.download-actions-container {
    flex-grow: 1;
    padding-left: 20px;
}

@media only screen and (max-width: 767px) {

    .download-actions-container {
        margin: 0 16px;
        /*order: 1;*/
    }

}

.countdown-container {
    position: relative;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

.progress-bar {
    width: 100%;
    height: 20px;
    background-color: #efefef;
    position: relative;
    margin-top: 20px;
    border-radius: 10px;
}

.progress {
    height: 100%;
    background-color: #c1c1c1;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    transition: 
        /*background-color 0.5s ease-in-out,*/
        opacity 0.5s ease-in-out,
        /*width 0.5s ease;*/
}

.progress.pulse-colour {
    /*background-color: #feb602;*/
    opacity: 0.2;
}

.countdown-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    padding: 2px 8px;
    background-color: #efefef;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: bottom 0.5s;
    top: -38px;
    /* transition: all 0.3s ease; */
    color: #2d2d2d;
}

.countdown-box:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: #efefef transparent transparent transparent;
}

  .countdown-text {
    margin: 0;
    font-weight: bold;
    font-size: 14px;
  }

  .upgrade-message-container {
    border: 1px solid #2d2d2d;
    border-radius: 6px;
    padding: 30px;
    margin-bottom: 30px;
}

.upgrade-message-container p {
    margin-top: 0px;
}

p.premium-download-message-header {
    line-height: 24px;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
    flex-wrap: wrap;
}

p.premium-download-message-header img {
    margin-right: 12px;
}

.download-actions-container button {
    border: none;
    background: none;
    padding: 12px 24px;
    position: relative;
    display: inline-flex;
    align-items: center;
    border-radius: 8px;
    line-height: 24px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    justify-content: center;
    color: #ffffff;
}

.download-actions-container button:hover {
    color: #ffffff;
}

.download-actions-container button::after {
    margin-left: 8px; /* Adjust icon spacing as needed */
    width: 24px; /* Icon width */
    height: 24px; /* Icon height */
}

a.upgrade-button {
    background: #feb602;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    line-height: 24px;
    width: 100%;
    justify-content: center;
}

a.upgrade-button:hover {
    background: #f4980a;
}

a.upgrade-button::after {
    content: url("../assets/premium-icon-dark-24x24.svg");
    margin-left: 8px; /* Adjust icon spacing as needed */
    width: 24px; /* Icon width */
    height: 24px; /* Icon height */
}

a.buy-item-button {
    background: #000000;
    padding: 11px 23px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    line-height: 24px;
    width: 100%;
    justify-content: center;
    border: 1px solid #7f7f7f;
    text-align: center;
}

a.buy-item-button:hover {
    /*background: #333333;*/
    border: 1px solid #ffffff;
}

a.buy-item-button::after {
    content: url("../assets/add-to-cart.svg");
    margin-left: 8px; /* Adjust icon spacing as needed */
    width: 24px; /* Icon width */
    height: 24px; /* Icon height */
}

.download-actions-container button.download-mp3-file {
    background: #EF5C72;
}

.download-actions-container button.download-mp3-file:hover {
    background: #ED455D;
}

.download-actions-container button.download-mp3-file::after {
    content: url("../assets/download-file-dark.svg");
}

.download-actions-container button.show-upgrade {
    background: #feb602;
}

.download-actions-container button.show-upgrade:hover {
    background: #f4980a;
}

.download-actions-container button.show-upgrade::after {
    content: url("../assets/premium-icon-dark-24x24.svg");
}

.download-information-container {
    
}

.customer-information {
    /*height: 1000px;*/
}

.download-related-items-container {
    /* min-width: calc(100% - 32px); */
    overflow-y: scroll;
    height: 250px;
    background: #141414;
    padding: 16px;
    border-radius: 6px;
    margin: 20px 0 0 16px;
    /* border-top: 1px solid #2d2d2d; */
    padding-top: 20px;
    display: none;
}

@media only screen and (max-width: 767px) {

    .download-related-items-container {
        display: none;
    }

}

.download-related-items-container h4 {
    margin: 0;
    font-size: 1.2em !important;
    color: #C3CFDA !important;
}

.download-related-items-container .sound-effect-container h3.sound-effect-title {
    margin: 0 0 10px 0;
    font-size: 1em;
}

.download-related-items-container .sound-effect-container {
    padding-bottom: 10px;
    padding-top: 10px;
}

.download-related-items-container .sound-effect-container .audio-contributor-image-container{
    display: none;
}

/* END Download Dialogue */


/* START contributor page */

img.contributor-profile-image {
    max-width: 240px;
    height: auto;
    border-radius: 6px;
}

/* END contributor page */


/* START menu sound effect categories shortcode */

ul.menu-sound-effect-categories {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}

ul.menu-sound-effect-categories li {
    display: inline-block;
    padding: 8px;
    width: 24%;
    margin-right: 1%;
}

ul.menu-sound-effect-categories li a {
    text-decoration: none;
    transition: all ease 0.3s;
}

ul.menu-sound-effect-categories li a:hover {
    color: #EF5C72;
}

@media only screen and (max-width: 1119px) {

    ul.menu-sound-effect-categories li {
        width: 48%;
        margin-right: 1%;
    }

}

/* END menu sound effect categories shortcode */


/* START WooCommerce CSS Adjustments */

nav.woocommerce-MyAccount-navigation li {
    margin-bottom: 20px;
}

nav.woocommerce-MyAccount-navigation li a {
    border: 1px solid #2d2d2d;
    border-radius: 6px;
    background: #1d1d1d;
}

nav.woocommerce-MyAccount-navigation li.is-active a {
    background-color: #EF5C72 !important;
    border: 1px solid #EF5C72 !important;
    color: #ffffff !important;
    cursor: default;
}

@media (max-width: 767px) {

    .woocommerce-MyAccount-navigation {
      overflow-x: auto;
      white-space: nowrap;
    }
  
    .woocommerce-MyAccount-navigation ul {
        display: inline-block !important;
        width: auto;
        height: 50px;
    }
  
    .woocommerce-MyAccount-navigation ul li {
        display: inline-block !important;
        margin-top: 14px;
        margin-bottom: 0px;
        margin-right: 10px;
    }
}

nav.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--upgrade-account a {
    border: 1px solid #C8A04F;
}

.breakdance-woocommerce nav.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--upgrade-account a:hover {
    background-color: #C8A04F;
    border: 1px solid #FBBF24;
}

.breakdance-woocommerce nav.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--upgrade-account.is-active a {
    background-color: #C8A04F;
    border: 1px solid #FBBF24;
    color: #ffffff;
}

body.woocommerce-edit-account .woocommerce-EditAccountForm fieldset {
    background-color: #0D0D0D;
    border: 1px solid #2d2d2d;
}

.woocommerce-MyAccount-content h2, .woocommerce-MyAccount-content h3, .woocommerce-MyAccount-content h4 {
    margin-top: 0;
}

form.edit-contributor-profile img {
    border-radius: 6px;
}

button[name=updateContributor] {
    padding: 12px 24px;
    background-color: #EF5C72;
    color: #000000;
    border: none;
    border-radius: 24px;
    cursor: pointer;
    font-weight: 500;
}

button[name=updateContributor]:hover {
    background-color: #ED455D;
}

.dialogue-content.list-dialogue-content {
    width: 30%;
    background: #161616;
    color: #ffffff;
}

.user-list-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 30px;
    align-items: center;
}

.user-list-details {
    display: none;
    flex-direction: column;
    flex-grow: 4;
}

.user-list-details.show {
    display: flex;
}

.user-list-actions {
    display: none;
    flex-direction: column;
    flex-grow: 1;
    gap: 10px;
}

.user-list-actions.show {
    display: flex;
}

.user-list-edit-actions {
    display: none;
    flex-direction: column;
    flex-grow: 1;
    gap: 10px;
}

.user-list-edit-actions.show {
    display: flex;
}

.user-list-edit-details {
    display: none;
    flex-direction: column;
    flex-grow: 4;
    gap: 10px;
}

.user-list-delete-actions {
    display: none;
    flex-direction: column;
    flex-grow: 1;
    gap: 10px;
}

.user-list-delete-actions.show {
    display: flex;
}

.user-list-delete-actions p {
    text-align: center;
}

.user-list-edit-details.show {
    display: flex;
}

.user-list-edit-details input {
    padding: 8px 8px;
    border-radius: 6px;
    border: 1px solid #2d2d2d;
}

.user-list-container button {
    padding: 6px 10px;
    border-radius: 6px;
    border: 1px solid #3e3e3e;
    background: none;
    color: #ffffff;
    cursor: pointer;
}

button.edit-user-list {
    background: #EF5C72;
}

button.edit-user-list:hover {
    background: #ED455D;
}

button.delete-user-list {
    border: 1px solid #EF5C72;
}

button.delete-user-list:hover {
    border: 1px solid red;
}

button.save-user-list-edit {
    background: #EF5C72;
}

button.save-user-list-edit:hover {
    background: #ED455D;
}

button.cancel-user-list-edit {
    border: 1px solid #EF5C72;
}

button.cancel-user-list-edit:hover {
    border: 1px solid red;
}

a.user-list {
    border: 1px solid #3e3e3e;
    border-radius: 6px;
    padding: 10px;
    text-decoration: none;
    background: #1b1b1b;
}

a.user-list:hover {
    background: #333333;
}

span.user-list-name {
    font-weight: 600;
    font-size: 1.1em;
}

span.user-list-description {
    color: #aaa;
}

a.upgrade-link {
    display: inline;
    width: 260px;
}

table.woocommerce-purchased-items-table {
    background: #1b1b1b;
    border-radius: 6px;
}

@media only screen and (max-width: 1024px) {

    table.woocommerce-purchased-items-table tr {
        flex-direction: row !important;
    }

}

table.woocommerce-purchased-items-table tr th {
    text-transform: uppercase;
    font-weight: 500;
}

table.woocommerce-purchased-items-table tr td, table.woocommerce-purchased-items-table tr th {
    padding: 10px !important;
    border-bottom: 1px solid #FFFFFF0D;
}

table.woocommerce-purchased-items-table tr:nth-child(odd) td {
    border-bottom: none !important;
    padding-bottom: 0px !important;
}

table.woocommerce-purchased-items-table tr:last-child td {
    border-bottom: none !important;
}

table.woocommerce-purchased-items-table .download-btn-choice-container {
    position: relative;
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 0;
    transform: none;
    background: transparent;
}

table.woocommerce-purchased-items-table .download-btn-choice-container button {
    border: none;
    background: none;
    cursor: pointer;
}

table.woocommerce-purchased-items-table .download-btn-choice-container button:nth-child(1) {
    border-right: 1px solid #D9D9D9;
    width: 66px;
}

table.woocommerce-purchased-items-table .woocommerce-button {
    padding: 8px 16px !important;
}

.item-search-inputs {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.pagination.purchased-items ul {
    list-style: none;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

table.woocommerce-purchased-items-table .sound-effect-container {
    padding: 0px;
    margin-top: 0px;
    min-width: 140px;
}

table.woocommerce-purchased-items-table .sound-effect-container:hover {
    background: transparent;
}

table.user-downloads-table {
    background: #1b1b1b;
    border-radius: 6px;
}

table.user-downloads-table tr th {
    text-transform: uppercase;
    font-weight: 500;
}

table.user-downloads-table tr td, table.user-downloads-table tr th {
    padding: 10px !important;
    border-bottom: 1px solid #FFFFFF0D;
}

table.user-downloads-table tr td:nth-child(1) {
    /*width: 70%;*/
}

table.user-downloads-table tr td:nth-child(2) {
    /*width: 30%;*/
}

table.woocommerce-orders-table .woocommerce-button {
    padding: 8px 16px !important;
    cursor: pointer;
}

table.woocommerce-orders-table tr td, table.woocommerce-orders-table tr th {
    padding: 10px !important;
}

th.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number {
    padding: 10px;
}

table.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions {
    gap: 16px;
    display: flex;
    flex-direction: row;
}

table.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .woocommerce-button.invoice {
    text-align: center;
    text-decoration: none;
    border-radius: 26px;
    border: 1px solid #ffffff;
    transition: all ease 0.5s;
}

table.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .woocommerce-button.invoice:hover {
    background: #ffffff;
    color: #2d2d2d;
}


/* END WooCommerce CSS Adjustments */



/* START PMPro CSS Adjustments */

table.pmpro_table {
    border: 1px solid #2d2d2d;
    border-radius: 6px;
    margin-bottom: 30px;
}

table.pmpro_table thead th {
    padding: 12px 8px;
    background: #ffffff;
    color: #2d2d2d;
}

table.pmpro_table thead th:first-child {
    border-radius: 6px 0 0 0;
}

table.pmpro_table thead th:last-child {
    border-radius: 0 6px 0 0;
}

table.pmpro_table tbody td {
    padding: 12px 8px;
    border-bottom: 1px solid #2d2d2d;
}

a#pmpro_actionlink-levels {
    background: #C8A04F;
    text-decoration: none;
    padding: 12px 18px;
    border-radius: 30px;
}

a#pmpro_actionlink-levels:hover {
    background: #FBBF24;
    color: #0D0D0D;
}

.woocommerce-MyAccount-content .pmpro_card_title {
    color: #ffffff;
}

.woocommerce-MyAccount-content .pmpro_card {
    border: 1px solid #3e3e3e;
    background: #1b1b1b;
}

.woocommerce-MyAccount-content .pmpro_table.pmpro_table_orders th, .woocommerce-MyAccount-content .pmpro_table.pmpro_table_orders td {
    background: #1b1b1b;
    color: #ffffff;
}

/* END PMPro CSS Adjustments */


/* START Contributors Listing Page */

.contributors-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Creates 3 equal columns */
    gap: 30px; /* Spacing between items */
}

.contributor-item {
    display: block;
    background-color: #000000;
    /* border: 1px solid #2b2b2b; */
    padding: 0px;
    text-align: center;
    border-radius: 6px;
    font-size: 18px;
    text-decoration: none;
    color: #333;
    transition: background-color 0.3s ease, transform 0.3s ease;
    min-height: 380px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.contributor-item p.contributor-item-name {
    background: rgba(0, 0, 0, 1);
    /* background: #000C; */
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 10px 20px 10px;
    position: absolute;
    width: 100%;
    bottom: 0;
    border-radius: 0 0 5px 5px;
    border-top: 1px solid #101010;
    font-weight: 700;
}

ul.page-numbers {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

/* END Contributors Listing Page */


/* Start List Dialogue */

.user-list-content {
    flex-direction: column;
    gap: 20px;
    padding: 16px;
    justify-content: flex-start;
    margin-top: 0;
}

.add-user-list-field {
    margin-bottom: 20px;
}

.user-list-choice-container {
    display: none;
}

.user-list-choice-container.show {
    display: block;
}

.user-list-details-container {
    display: none;
}

.user-list-details-container.show {
    display: block;
}

.user-list-details-container p.heading-text {
    margin-top: 0;
}

.user-list-content input, .user-list-content select {
    min-width: 240px;
    border-radius: 6px;
    padding: 8px;
    border: 1px solid #efefef;
}

.user-list-messages-container {
    padding-right: 10px;
}

/* END List Dialogue */


/* Start User List */

button.remove-user-list-item {
    margin-top: 10px;
}

/* END User List */


/* Start Notifications */

#notification-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.notification {
    padding: 15px 20px;
    border-radius: 5px;
    color: #fff;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 250px;
    max-width: 400px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    opacity: 1;
    /*animation: fadeInOut 3s ease forwards;*/
}

.notification.success {
    background-color: #4CAF50;
}

.notification.failure {
    background-color: #f44336;
}

.notification button {
    background: none;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    10% {
        opacity: 1;
        transform: translateY(0);
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(10px);
    }
}


/* END notifications*/

/* BREAKDANCE CSS Customisations */

.bde-posts-pagination {
    display: flex;
    flex-direction: row !important;
}

/* END BREAKDANCE CSS Customisations */


/* SFX PAcks Category list Styling */

ul.sound-effect-packs-category-list {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    padding-left: 0;
}

ul.sound-effect-packs-category-list li {
    display: flex;
    flex-direction: column;
}

ul.sound-effect-packs-category-list li a {
    text-decoration: none;
    padding: 6px 24px;
    background: #FFFFFF0D;
    border-radius: 8px;
    border: 1px solid #1c1c1c;
    transition: all ease 0.5s;
}

ul.sound-effect-packs-category-list li a:hover {
    background: #000000;
}



/* END SFX PAcks Category list Styling */


/* 2FA Styling */

.tfa-details-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
    border: 1px solid #2d2d2d;
    border-radius: 4px;
}

.tfa-details-container button {
    width: 160px;
}

button#disable-2fa {
    background: rgb(243, 83, 83);
    transition: all 0.3s ease;
}

button#disable-2fa:hover {
    background: red;
}

.tfa-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.fresh-secret {
    font-weight: 600;
    font-size: 1.2em;
    margin-bottom: 20px;
}

/* END 2FA Styling */

.grecaptcha-badge {
    visibility: none;
}

/* START Content Licence Shortcode Styling */

.content-licence-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.content-licence-container a {
    text-decoration: none;
}

/* END Content Licence Shortcode Styling */


/* START Delete Account Styling */

.delete-account-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 20px;
    border: 1px solid #2d2d2d;
    border-radius: 4px;
}

button.show-delete-account {
    display: inline-block;
    width: 160px;
}

.confirm-account-deletion-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.delete-account-actions-container {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.confirm-account-deletion-container p {
    font-size: 1.1em !important;
    color: orange !important;
}

button.confirm-delete-account {
    display: inline-block;
    width: 180px;
}

/* END Delete Account Styling */