/* WordPress-specific overrides */
body.galactic-theme {
    background-color: #1b0e22;
    background-image: url(../img/body-bg.jpg);
    background-repeat: repeat;
    font-family: "Oxanium", sans-serif;
    font-size: 17px;
    line-height: 27px;
    color: #ddd;
    font-weight: 400;
    letter-spacing: -0.2px;
    margin: 0;
    padding: 0;
}
.custom-logo-link { display: block; }
.custom-logo-link img { max-width: 150px; height: auto; }
.alignleft { float: left; margin: 0 20px 20px 0; }
.alignright { float: right; margin: 0 0 20px 20px; }
.aligncenter { display: block; margin: 0 auto 20px; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 14px; color: #aaa; text-align: center; padding: 10px 0; }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 10px; margin-bottom: 30px; }
.gallery-item { margin: 0; }
.gallery-item img { width: 100%; height: auto; border-radius: 3px; }
.comment-thumb img, .comments-area img.avatar { border-radius: 50%; }
.sidebar-widget ul { list-style: none; padding: 0; margin: 0; }
.sidebar-widget a { color: #ddd; }
.sidebar-widget a:hover { color: #9841ff; }
.page-content h1, .page-content h2, .page-content h3, .page-content h4 { margin-top: 20px; margin-bottom: 15px; }
.page-content p { margin-bottom: 15px; }
.page-content img { max-width: 100%; height: auto; border-radius: 3px; }
.page-content ul, .page-content ol { padding-left: 20px; margin-bottom: 20px; }
.page-content li { margin-bottom: 8px; }
.wp-block-quote {
    background: linear-gradient(90deg, rgba(105,85,180,0.1) 0%, rgba(105,85,180,0.3) 50%, rgba(105,85,180,0.1) 100%);
    padding: 40px; border: none; border-left: 3px solid #9841ff; margin-bottom: 30px;
}
.wp-block-quote p { font-size: 20px; line-height: 30px; color: #fff; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 10px; }
.footer-links li a { color: #ddd; }
.footer-links li a:hover { color: #9841ff; }
.footer-item .brand, .footer-item .custom-logo-link { display: block; margin-bottom: 20px; }
.footer-item .custom-logo-link img, .footer-item .brand img { max-width: 150px; }
.post-details-content { margin-bottom: 40px; }
.post-details-content p { font-size: 18px; line-height: 30px; margin-bottom: 20px; }
.post-details-content img { border-radius: 3px; margin: 20px 0; }
.map-wrapper iframe { display: block; width: 100%; }

/* Product card category text style */
.product-info .category li span {
    font-family: "Oxanium", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #f1d6c5;
    text-transform: uppercase;
}
