/* wp-emoji-styles-inline-css */
#playlist-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #282828;
    padding: 5px 15px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
}

#controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

#controls button {
    background-color: transparent;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    transition: color 0.3s ease;
}

#controls button:hover {
    color: #1db954;
}

#progress-container {
    flex-grow: 1;
    margin: 0 20px;
    height: 4px;
    background-color: #535353;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
}

#progress-bar {
    height: 100%;
    background-color: #1db954;
    width: 0;
    border-radius: 2px;
    transition: width 0.1s ease;
}

#track-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

#track-info img {
    width: 40px;
    height: 40px;
    border-radius: 5px;
}

#track-info div {
    display: flex;
    flex-direction: column;
}

#track-title {
    font-size: 14px;
    font-weight: bold;
    color: #706f6f;
}

#track-artist {
    font-size: 12px;
    color: #b3b3b3;
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

mark {
    background-color: rgba(0, 123, 255, 0.3);
    color: black;
    font-weight: bold;
    padding: 2px;
    border-radius: 3px;
}

/* wp-block-library-inline-css */

:root {
--wp-admin-theme-color: #007cba;
--wp-admin-theme-color--rgb: 0, 124, 186;
--wp-admin-theme-color-darker-10: #006ba1;
--wp-admin-theme-color-darker-10--rgb: 0, 107, 161;
--wp-admin-theme-color-darker-20: #005a87;
--wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
--wp-admin-border-width-focus: 2px;
--wp-block-synced-color: #7a00df;
--wp-block-synced-color--rgb: 122, 0, 223;
--wp-bound-block-color: var(--wp-block-synced-color);
}
@media (min-resolution: 192dpi) {
:root {
    --wp-admin-border-width-focus: 1.5px;
}
}
.wp-element-button {
cursor: pointer;
}
:root {
--wp--preset--font-size--normal: 16px;
--wp--preset--font-size--huge: 42px;
}
:root .has-very-light-gray-background-color {
background-color: #eee;
}
:root .has-very-dark-gray-background-color {
background-color: #313131;
}
:root .has-very-light-gray-color {
color: #eee;
}
:root .has-very-dark-gray-color {
color: #313131;
}
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
background: linear-gradient(135deg, #00d084, #0693e3);
}
:root .has-purple-crush-gradient-background {
background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe);
}
:root .has-hazy-dawn-gradient-background {
background: linear-gradient(135deg, #faaca8, #dad0ec);
}
:root .has-subdued-olive-gradient-background {
background: linear-gradient(135deg, #fafae1, #67a671);
}
:root .has-atomic-cream-gradient-background {
background: linear-gradient(135deg, #fdd79a, #004a59);
}
:root .has-nightshade-gradient-background {
background: linear-gradient(135deg, #330968, #31cdcf);
}
:root .has-midnight-gradient-background {
background: linear-gradient(135deg, #020381, #2874fc);
}
.has-regular-font-size {
font-size: 1em;
}
.has-larger-font-size {
font-size: 2.625em;
}
.has-normal-font-size {
font-size: var(--wp--preset--font-size--normal);
}
.has-huge-font-size {
font-size: var(--wp--preset--font-size--huge);
}
.has-text-align-center {
text-align: center;
}
.has-text-align-left {
text-align: left;
}
.has-text-align-right {
text-align: right;
}
#end-resizable-editor-section {
display: none;
}
.aligncenter {
clear: both;
}
.items-justified-left {
justify-content: flex-start;
}
.items-justified-center {
justify-content: center;
}
.items-justified-right {
justify-content: flex-end;
}
.items-justified-space-between {
justify-content: space-between;
}
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #ddd;
clip: auto !important;
clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
}
html :where(.has-border-color) {
border-style: solid;
}
html :where([style*="border-top-color"]) {
border-top-style: solid;
}
html :where([style*="border-right-color"]) {
border-right-style: solid;
}
html :where([style*="border-bottom-color"]) {
border-bottom-style: solid;
}
html :where([style*="border-left-color"]) {
border-left-style: solid;
}
html :where([style*="border-width"]) {
border-style: solid;
}
html :where([style*="border-top-width"]) {
border-top-style: solid;
}
html :where([style*="border-right-width"]) {
border-right-style: solid;
}
html :where([style*="border-bottom-width"]) {
border-bottom-style: solid;
}
html :where([style*="border-left-width"]) {
border-left-style: solid;
}
html :where(img[class*="wp-image-"]) {
height: auto;
max-width: 100%;
}
:where(figure) {
margin: 0 0 1em;
}
html :where(.is-position-sticky) {
--wp-admin--admin-bar--position-offset: var(
    --wp-admin--admin-bar--height,
    0px
);
}
@media screen and (max-width: 600px) {
html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: 0px;
}
}

/*classic-theme-styles-inline-css*/
.wp-block-button__link {
color: #fff;
background-color: #32373c;
border-radius: 9999px;
box-shadow: none;
text-decoration: none;
padding: calc(0.667em + 2px) calc(1.333em + 2px);
font-size: 1.125em;
}
.wp-block-file__button {
background: #32373c;
color: #fff;
text-decoration: none;
}

/*qi-blocks-main-inline-css*/
body
.qodef-widget-block-8c0222fa
.qi-block-team-member.qodef-item-layout--info-from-bottom
.qodef-m-content {
align-items: center;
justify-content: center;
text-align: center;
}
body
.qodef-widget-block-8c0222fa
.qi-block-team-member.qodef-item-layout--info-on-hover
.qodef-m-content {
align-items: center;
justify-content: center;
text-align: center;
}
body
.qodef-widget-block-8c0222fa
.qi-block-team-member.qodef-item-layout--info-on-hover-inset
.qodef-m-content {
align-items: center;
justify-content: center;
text-align: center;
}
body
.qodef-widget-block-63f39acc
.qi-block-table-of-contents
.qodef-m-table-content
ul {
list-style-type: disc;
}
body .qodef-widget-block-3c465f61 .qi-block-tag-cloud .qodef-e-item {
text-decoration: underline;
font-size: 26px;
}
body
.qodef-widget-block-93a55ed7
.qi-block-section-title
.qodef-m-subtitle {
font-family: "Aguafina Script";
}
body
.qodef-widget-block-991d625e
.qi-block-section-title
.qodef-m-subtitle {
font-family: "sig";
}
body .qodef-widget-block-9e72b7b1.qodef-block-container {
margin-top: -43px;
}
body .qodef-widget-block-9e72b7b1 .qi-block-categories ul li {
color: rgba(153, 121, 76, 1);
font-family: "Work Sans";
font-weight: 500;
}
body .qodef-widget-block-9e72b7b1 .qi-block-categories ul li a:hover {
color: rgba(153, 121, 76, 1);
}
body .qodef-widget-block-b42fa8ab .qodef-gutenberg-section {
--qi-blocks-columns-gap: 0px;
}
body .qodef-widget-block-9bcc89a5.qodef-block-container {
padding-bottom: 30px;
}
body
.qodef-widget-block-8fad360e
.qi-block-team-member.qodef-item-layout--info-from-bottom
.qodef-m-content {
align-items: center;
justify-content: center;
text-align: center;
}
body
.qodef-widget-block-8fad360e
.qi-block-team-member.qodef-item-layout--info-on-hover
.qodef-m-content {
align-items: center;
justify-content: center;
text-align: center;
}
body
.qodef-widget-block-8fad360e
.qi-block-team-member.qodef-item-layout--info-on-hover-inset
.qodef-m-content {
align-items: center;
justify-content: center;
text-align: center;
}
body .qodef-widget-block-81a7ee22 .qi-block-process .qodef-e-content {
text-align: center;
}
body .qodef-widget-block-81a7ee22 .qi-block-process .qodef-e-line-inner {
border-bottom-style: solid;
}
body .qodef-widget-block-4926b172 .qodef-gutenberg-section {
--qi-blocks-columns-gap: 30px;
}
