/*--------------------------------------------------------------
#                    ARTICLES-STYLES.CSS
#---------------------------------------------------------------
#             Handles the styling for articles
--------------------------------------------------------------*/


@import url('/src/css/components/base.css');

/*--------------------------------------------------------------
# ARTICLES
--------------------------------------------------------------*/

.article-container {
    position: relative;
    border-radius: 0px; /* was 15 */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    padding: 30px 20px;
    margin: 20px auto;
    max-width: 800px;
    color: #ffffff;
    text-align: left;
    overflow: hidden;
}

.article-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/src/media/blog-thumbnails/lain.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.3;
    z-index: 0;
}

.article-container2 {
    position: relative;
    border-radius: 0px; /* was 15 */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    padding: 30px 20px;
    margin: 20px auto;
    max-width: 800px;
    color: #ffffff;
    text-align: left;
    overflow: hidden;
}

.article-container2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/src/media/blog-thumbnails/linux.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.3;
    z-index: 0;
}

.article-container3 {
    position: relative;
    border-radius: 0px; /* was 15 */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    padding: 30px 20px;
    margin: 20px auto;
    max-width: 800px;
    color: #ffffff;
    text-align: left;
    overflow: hidden;
}

.article-container3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/src/media/blog-thumbnails/tailwind.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.3;
    z-index: 0;
}


.article-container4 {
    position: relative;
    border-radius: 0px; /* was 15 */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    padding: 30px 20px;
    margin: 20px auto;
    max-width: 800px;
    color: #ffffff;
    text-align: left;
    overflow: hidden;
}

.article-container4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.3;
    z-index: 0;
}


.article-container5 {
    position: relative;
    border-radius: 0px; /* was 15 */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    padding: 30px 20px;
    margin: 20px auto;
    max-width: 800px;
    color: #ffffff;
    text-align: left;
    overflow: hidden;
}

.article-container5::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, #448F3A, #0D5F0D);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.3;
    z-index: 0;
}


.article-container6 {
    position: relative;
    border-radius: 0px; /* was 15 */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    padding: 30px 20px;
    margin: 20px auto;
    max-width: 800px;
    color: #ffffff;
    text-align: left;
    overflow: hidden;
}

.article-container6::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, #c26712, #C88B54);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.3;
    z-index: 0;
}

.article-container7 {
    position: relative;
    border-radius: 0px; /* was 15 */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    padding: 30px 20px;
    margin: 20px auto;
    max-width: 800px;
    color: #ffffff;
    text-align: left;
    overflow: hidden;
}

.article-container7::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(150deg, #1baa4d, #ff0303, #FF5400);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.3;
    z-index: 0;
}

.article-container-8 {
    position: relative;
    border-radius: 0px; /* was 15 */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    padding: 30px 20px;
    margin: 20px auto;
    max-width: 800px;
    color: #ffffff;
    text-align: left;
    overflow: hidden;
}

.article-container-8::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #182E4C;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.3;
    z-index: 0;
}


.article-container-normal {
    position: relative;
    border-radius: 0px; /* was 15 */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    padding: 30px 20px;
    margin: 20px auto;
    max-width: 800px;
    color: #ffffff;
    text-align: left;
    overflow: hidden;
}

.article-container-normal::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0E1316;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.3;
    z-index: 0;
}

/*--------------------------------------------------------------*/



.article-title {
    font-size: 2.5em;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.article-date {
    font-size: 1em;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    z-index: 1;
}

.article-content {
    line-height: 1.6;
    font-size: 1.1em;
    color: rgba(255, 255, 255, 0.95);
    position: relative;
    z-index: 1;
}

.article-content h2 {
    margin: 30px 0 20px 0;
    color: var(--main-color);
    font-size: 1.5em;
    font-weight: 600; 
    letter-spacing: 1px;
    position: relative;
    text-shadow: 0 0 8px rgba(var(--main-color-rgb), 0.4);
    border-left: 3px solid var(--main-color);
    background: linear-gradient(90deg, rgba(var(--main-color-rgb), 0.1), transparent 50%);
    padding: 12px 0 12px 15px;
    border-radius: 0 0px 0px 0; /* was 0 8px 8px 0 */
    transition: all 0.3s ease;
}



.article-content p {
    margin-bottom: 20px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

@media (max-width: 600px) {
    .article-title {
        font-size: 2em;
    }

    .article-date {
        font-size: 0.9em;
    }

    .article-content p {
        font-size: 1em;
    }
}

/*--------------------------------------------------------------
# ARTICLE FOOTER
--------------------------------------------------------------*/
.article-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
    gap: 15px;
}

.article-footer p {
    margin: 0;  /* Remove default paragraph margin */
}

.button-container {
    display: flex;
    align-items: center;
    gap: 15px;
}

.share-button {
    background: rgba(0, 255, 255, 0.1);
    color: #fff;
    border: 2px solid var(--main-color);
    padding: 8px 16px;
    border-radius: 0px; /* was 8px */
    cursor: pointer;
    font-family: inherit;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
    min-width: 100px;
    justify-content: center;
    outline: none;
}

.share-button:hover {
    background: rgba(0, 255, 255, 0.2);
    box-shadow: 0 0 10px rgba(0, 255, 255, 0.3);
}

.share-button.copied {
    background: rgba(0, 255, 255, 0.2);
    pointer-events: none;
}

.rss-icon {
    background: none !important;  /* Override any other background styles */
    outline: none;
}

.rss-icon i.fa-rss {
    color: var(--main-color);
    font-size: 20px;
    transition: all 0.3s ease;
}

.rss-icon:hover {
    background: none !important;  /* Override any other background styles */
}

.rss-icon:hover i.fa-rss {
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 255, 255, 0.5);
}

/* Mobile responsiveness */
@media (max-width: 600px) {
    .article-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .rss-icon{
        width: 0;
    }

    .button-container {
        margin-top: 5px;
        width: 100%;
        justify-content: flex-start;
    }

    .share-button {
        padding: 6px 12px;
        min-width: 90px;
        font-size: 0.8em;
    }
}

/*--------------------------------------------------------------
# COUNTER (voux.fr0st.xyz)
--------------------------------------------------------------*/


.counter-box {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border: 2px solid var(--main-color);
    font-size: 16px;
}


.counter-box i {
    color: var(--main-color);
    font-size: 16px;
}

.counter-box .counter {
    font-weight: bold;
    color: white !important;
}



/*--------------------------------------------------------------
# COUNTER WE DONT USE FREEHITCOUNTER.ORG ANYMORE!
--------------------------------------------------------------*/

/* 
#besucherzaehler2 {
    margin-bottom : -15px;
    background-color: rgba(0, 0, 0, 0.1);
    border: 2px solid var(--main-color);
    border-radius: 0px; /* was 8px (remove the space if u wanna uncomment it) --> * / 
    transform: scale(0.9);
    transform-origin: bottom;
}

a[href*="freehitcounters.org"] {
    pointer-events: none;
    cursor: default;
}

#besucherzaehler2 text {
    font-size: 12px;
}

#besucherzaehler2 text:nth-of-type(1) {
    transform: translate(0px, 0px);
    font-size: 12px;
}

#besucherzaehler2 text:nth-of-type(2) {
    transform: translate(0px, 0px);
}

#besucherzaehler2 rect {
    fill: var(--main-color);
}

*/



/*--------------------------------------------------------------
# FEATURE LIST
--------------------------------------------------------------*/
.feature-list {
    background-color: rgba(0, 0, 0, 0.7);
    border: 1px solid var(--main-color);
    border-radius: 0px; /* was 5px */
    padding: 15px 20px;
    margin: 20px 0;
    position: relative;
    z-index: 1;
}

.feature-list h3 {
    color: var(--main-color);
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 1.2em;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.feature-list h3:first-child {
    margin-top: 0;
}

.feature-list p {
    margin: 5px 0;
    padding-left: 20px;
    position: relative;
    color: #e0e0e0;
}

.feature-list p::before {
  font-family: "Font Awesome 6 Free";
  content: "\f1ce";
  font-weight: 900; /* solid */
  font-size: 1rem;
  color: var(--main-color);
  position: absolute;
  left: 0;
  top: 7px;
}

.feature-list p.no-icon::before {
  content: none;
}

.feature-list .no-icon {
    padding-left: 0;
    margin-left: 0;
    white-space: wrap;
}

.highlight-text {
  text-decoration: underline;
  text-underline-offset: 5px;
  word-wrap: break-word;
}


.feature-list .feature-intro {
    margin-bottom: 15px;
    padding-left: 0;
    color: #e0e0e0;
    border-bottom: 1px dashed var(--main-color);
    padding-bottom: 10px;
}

.feature-list .feature-intro::before {
    content: none;
}

.terminal-feature-highlight {
    color: var(--main-color);
    font-weight: bold;
}

@media (max-width: 600px) {
    .feature-list {
        padding: 12px 15px;
    }
    
    .feature-list h3 {
        font-size: 1.1em;
    }
    
    .feature-list p {
        font-size: 0.9em;
    }
}

/*--------------------------------------------------------------
# NOTE DESIGN
--------------------------------------------------------------*/
.note-block {
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid rgba(var(--main-color-rgb), 0.3);
    border-left: 4px solid var(--main-color);
    border-radius: 0px; /* was 8px */
    padding: 20px 20px 20px 25px;
    margin: 20px 0;
    position: relative;
    color: #e0e0e0;
    font-family: 'Terminus', 'Courier New', monospace;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.note-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 30%, rgba(var(--main-color-rgb), 0.05), transparent);
    border-radius: 0px; /* was 8px */
    z-index: -1;
}

.note-block-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(var(--main-color-rgb), 0.2);
}

.note-block-icon {
    color: var(--main-color);
    font-size: 1.2em;
    text-shadow: 0 0 px rgba(var(--main-color-rgb), 0.5);
}

.note-block-title {
    color: var(--main-color);
    font-weight: bold;
    font-size: 1.1em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-shadow: 0 0 5px rgba(var(--main-color-rgb), 0.3);
}

.note-block-content {
    line-height: 1.6;
    color: #e0e0e0;
}

.note-block-content p {
    margin: 10px 0;
}

.note-block-content p:first-child {
    margin-top: 0;
}

.note-block-content p:last-child {
    margin-bottom: 0;
}


/*--------------------------------------------------------------
# WARNING DESIGN
--------------------------------------------------------------*/
.warning-block {
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid rgba(var(--main-color-rgb), 0.1);
    border-left: 4px solid #d9534f;
    border-radius: 0px; /* was 8px */
    padding: 20px 20px 20px 25px;
    margin: 20px 0;
    position: relative;
    color: #e0e0e0;
    font-family: 'Terminus', 'Courier New', monospace;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.warning-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 30%, rgba(var(--main-color-rgb), 0.05), transparent);
    border-radius: 0px; /* was 8px */
    z-index: -1;
}

.warning-block-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(var(--main-color-rgb), 0.2);
}

.warning-block-icon {
    color: #d9534f;
    font-size: 1.2em;
    text-shadow: none;
}

.warning-block-title {
    color: #d9534f;
    font-weight: bold;
    font-size: 1.1em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-shadow: 0 0 5px rgba(var(--main-color-rgb), 0.3);
}

.warning-block-content {
    line-height: 1.6;
    color: #e0e0e0;
}

.warning-block-content p {
    margin: 10px 0;
}

.warning-block-content p:first-child {
    margin-top: 0;
}

.warning-block-content p:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# TIP DESIGN
--------------------------------------------------------------*/
.tip-block {
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid rgba(var(--main-color-rgb), 0.1);
    border-left: 4px solid #EEB879;
    border-radius: 0px; /* was 8px */
    padding: 20px 20px 20px 25px;
    margin: 20px 0;
    position: relative;
    color: #e0e0e0;
    font-family: 'Terminus', 'Courier New', monospace;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.tip-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 30%, rgba(var(--main-color-rgb), 0.05), transparent);
    border-radius: 0px; /* was 8px */
    z-index: -1;
}

.tip-block-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(var(--main-color-rgb), 0.2);
}

.tip-block-icon {
    color: #EEB879;
    font-size: 1.2em;
    text-shadow: none;
}

.tip-block-title {
    color: #EEB879;
    font-weight: bold;
    font-size: 1.1em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-shadow: 0 0 5px rgba(var(--main-color-rgb), 0.3);
}

.tip-block-content {
    line-height: 1.6;
    color: #e0e0e0;
}

.tip-block-content p {
    margin: 10px 0;
}

.tip-block-content p:first-child {
    margin-top: 0;
}

.tip-block-content p:last-child {
    margin-bottom: 0;
}



/*--------------------------------------------------------------
# ARTICLE IMAGES
--------------------------------------------------------------*/
.article-content img {
    max-width: 100%;
    height: auto;
    border-radius: 0px; /* was 8px */
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
}


/* Mobile tweaks */
@media (max-width: 600px) {
    .article-content img {
        margin-top: 15px;
        margin-bottom: 15px;
        border-radius: 0px; /* was 8px */
    }
}

.video-wrapper {
  position: relative;
}

.video-wrapper::after {
  content: "▶";
  font-size: 48px;
  color: var(--main-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0.8;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}


.article-content video {
  max-width: 100%;
  height: auto;
  border-radius: 0px;
  margin-top: 15px;
  margin-bottom: 25px;
  display: block;
}

/* Mobile tweaks */
@media (max-width: 600px) {
  .article-content video {
    margin-top: 15px;
    margin-bottom: 25px;
    border-radius: 0px;
  }
}


.image-container img {
  max-width: 100%;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.image-container img:hover {
  opacity: 0.8;
}


/* Some GLightBox Settings that i changed */
.glightbox-container {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

.image-wrapper {
  display: inline-block;       /* keeps the wrapper tight around image */
  margin: 0px;                /* spacing between images */
}


/*--------------------------------------------------------------
# BLOG CODE BLOCKS
--------------------------------------------------------------*/

.blog-code-block {
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid var(--main-color);
    border-radius: 0px; /* was 8px */
    overflow: hidden;
    margin: 20px 0;
    position: relative;
    z-index: 1;
}

.code-header {
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 15px;
    border-bottom: 1px solid rgba(0, 255, 255, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85em;
}

.code-title {
    color: var(--main-color);
    display: flex;
    align-items: center;
    gap: 6px;
}

.copy-btn {
    background: transparent;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    padding: 4px 8px;
    border-radius: 0px; /* was 4px */
    cursor: pointer;
    font-family: inherit;
    font-size: 0.8em;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: background 0.2s ease;
    outline: none;
}

.copy-btn:hover {
    background: rgba(0, 255, 255, 0.1);
}

.code-content {
    background: #000 !important;
    overflow-x: auto;
    position: relative;
}

.code-content pre {
    margin: 0 !important;
    padding: 15px !important;
    overflow-x: auto;
    outline: none !important;
    background: #000 !important;
}

.code-content pre:focus {
    outline: none !important;
}

.code-content code {
    font-size: 14px !important;
    line-height: 1.4 !important;
    color: #f8f8f2 !important;
    text-shadow: none !important;
    outline: none !important;
    background: #000 !important;
}

.code-content code:focus {
    outline: none !important;
}

.blog-code-block *:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* Override Prism theme colors */
.blog-code-block .token.comment {
    color: #6a9955;
}

.blog-code-block .token.punctuation {
    color: #f8f8f2;
}

.blog-code-block .token.property,
.blog-code-block .token.tag,
.blog-code-block .token.boolean,
.blog-code-block .token.number {
    color: #569cd6;
}

.blog-code-block .token.string {
    color: #ce9178;
}

.blog-code-block .token.keyword {
    color: #569cd6;
}

.blog-code-block .token.function {
    color: #dcdcaa;
}

/* Mobile */
@media (max-width: 768px) {
    .code-header {
        padding: 8px 12px;
        position: relative;
    }
    
    .code-title {
        float: left;
        width: 70%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    
    .copy-btn {
        float: right;
        width: auto;
        font-size: 0.75em;
        margin-left: 100px;
        padding: 4px 6px;
    }
    
    .code-header::after {
        content: "";
        display: table;
        clear: both;
    }
    
    .code-content code {
        font-size: 13px !important;
    }
    
    .code-content pre {
        padding: 12px;
    }
}

.bold {
    font-weight: bold;
}

.anchor {
    display: inline-block;
    text-decoration: underline dashed;
    text-underline-offset: 10px;
    position: relative;
    box-shadow: none !important;
    background: transparent !important;   
    color: white !important;
    font-weight: 900;
    transition: color 0.2s;
    margin: 15px 0;
}

.anchor:focus{
    outline: none;
}

.anchor:hover {
    color: var(--main-color);
    cursor: pointer;
}

/*         GLIGHTBOX LIBRARY PLAYER STYLING
   (holy fuck my head bro. shi took so long to style) */

/* ================================
   PLYR CUSTOM COLOR STYLING
   ================================ */

/* Overlay play button */
.plyr__control--overlaid {
  background: var(--main-color) !important;
  
}

/* Overlay play icon (slightly soft white so it looks good on any color) */
.plyr__control--overlaid svg {
  fill: black !important;
}

/* Volume slider color */
input[data-plyr="volume"][type="range"] {
  --plyr-range-fill-background: var(--main-color) !important;
}

/* Seek (progress) bar color */
input[data-plyr="seek"][type="range"] {
  --plyr-range-fill-background: var(--main-color) !important;
}

/* Optional: change thumb color too (the little circle on both sliders) */
input[data-plyr="volume"][type="range"]::-webkit-slider-thumb,
input[data-plyr="seek"][type="range"]::-webkit-slider-thumb {
  background: var(--main-color) !important;
}

input[data-plyr="volume"][type="range"]::-moz-range-thumb,
input[data-plyr="seek"][type="range"]::-moz-range-thumb {
  background: var(--main-color) !important;
}

input[data-plyr="volume"][type="range"]::-ms-thumb,
input[data-plyr="seek"][type="range"]::-ms-thumb {
  background: var(--main-color) !important;
}

/* ================================
   PLYR CONTROL BUTTON HOVER STYLE
   ================================ */

.plyr__controls__item.plyr__control {
  transition: background 0.2s ease, transform 0.1s ease;
  border-radius: 0px;
}

/* Hover effect */
.plyr__controls__item.plyr__control:hover {
  background: var(--main-color) !important;
  border-radius: 0px;
}

/* Icon color inside the button (makes sure it's visible on your color) */
.plyr__controls__item.plyr__control:hover svg {
  fill: black !important;
}


/* ================================
   PLYR MUTE BUTTON HOVER STYLE
   ================================ */

button.plyr__control[data-plyr="mute"] {
  transition: background 0.2s ease, transform 0.1s ease;
  border-radius: 0px;
}

/* Hover effect */
button.plyr__control[data-plyr="mute"]:hover {
  background: var(--main-color) !important;
  border-radius: 0px;
}

/* Icon color when hovered */
button.plyr__control[data-plyr="mute"]:hover svg {
  fill: black !important;
}


/* ================================
   PLYR SETTINGS BUTTON FULL STYLE
   ================================ */

button.plyr__control[data-plyr="settings"]{
    border-radius: 0px;
}

/* Hover effect */
button.plyr__control[data-plyr="settings"]:hover {
  background: var(--main-color) !important;
  border-radius: 0px;
}

/* Force icon color to black on hover */
button.plyr__control[data-plyr="settings"]:hover svg {
  fill: black !important;
  border-radius: 0px;
}

/* Hover and active (menu open) background */
button.plyr__control[data-plyr="settings"]:hover,
button.plyr__control[data-plyr="settings"][aria-expanded="true"],
button.plyr__control[data-plyr="settings"].plyr__control--pressed {
  background: var(--main-color) !important;
  border-radius: 0px;
}

/* Icon color on hover and active */
button.plyr__control[data-plyr="settings"]:hover svg,
button.plyr__control[data-plyr="settings"][aria-expanded="true"] svg,
button.plyr__control[data-plyr="settings"].plyr__control--pressed svg {
  fill: black !important;
}




/* ================================
   PLYR SETTINGS MENU STYLING
   ================================ */

/* The container (the dropdown itself) */
.plyr__menu__container {
  background: var(--main-color) !important;
  backdrop-filter: blur(6px);
  border-radius: 0px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 5px 0;
}

/* Change the arrow color under the settings menu */
.plyr__menu__container::after {
  border-top-color: var(--main-color) !important;
}

/* Make the arrow next to 'Speed' black */
button.plyr__control--forward::after {
  border-left-color: black !important;
}

/* Make the back arrow black */
button.plyr__control--back::after {
  border-right-color: black !important;
}


/* The individual setting buttons inside the menu */
.plyr__menu__container .plyr__control {
  background: transparent !important;
  color: black !important;
  transition: background 0.2s ease, color 0.2s ease;
}

.plyr__menu__container .plyr__control:hover {
  background: var(--selection)!important;
  border-radius: 0px;
}

/* ================================
   PLYR TOOLTIP STYLING
   ================================ */

.plyr__tooltip {
  background: var(--main-color) !important;
  color: black !important;;
  border-radius: 0px;
}
/* Tooltip arrow (the little triangle under it) */
.plyr__tooltip::before {
  border-top-color: var(--main-color) !important;
}