/*
Theme Name: Hudoo
Description: A modern WordPress theme based on Rallychem design, perfect for corporate and business websites.
Author: Your Name
Version: 1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hudoo
Tags: business, corporate, responsive, modern, clean

This theme is based on the Rallychem design and includes all necessary styles and functionality.
*/

/* Note: Stylesheets are loaded via functions.php for better control */

/* WordPress specific styles */
/* .wp-block-image {
    margin: 0 0 1em 0;
}

.wp-block-image img {
    height: auto;
    max-width: 100%;
}

.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.5em;
}

.alignwide {
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

.alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
    clear: both;
} */

/* WordPress Gallery */
/* .wp-block-gallery {
    margin-bottom: 1.5em;
} */

/* WordPress Comments */
/* .comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment-list .comment {
    margin-bottom: 2em;
    padding: 1em;
    border: 1px solid #eee;
    border-radius: 5px;
} */

/* WordPress Navigation */
/* .wp-block-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
} */

/* Responsive adjustments */
/* @media (max-width: 768px) {
    .alignleft,
    .alignright {
        float: none;
        margin: 0 0 1.5em 0;
    }
} */

/* Custom theme adjustments */
/* body {
    font-family: 'HarmonyOS Sans SC', 'Noto Sans SC', sans-serif;
} */

/* Header adjustments for WordPress */
/* .head-box {
    position: relative;
    z-index: 999;
} */

/* Content area */
/* .main-content {
    min-height: 60vh;
    padding: 2em 0;
} */

/* Footer adjustments */
/* .footer {
    margin-top: 3em;
} */

/* WordPress admin bar compatibility */
/* .admin-bar .head-box {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .head-box {
        top: 46px;
    }
} */
