/* Make WP Admin Bar floating and rounded */
#wpadminbar {
    top: 10px !important;
    left: 10px !important;
    right: 10px !important;
    width: calc(100% - 20px) !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
}

html {
    margin-top: 52px !important;
}

@media screen and (max-width: 782px) {
    html { margin-top: 66px !important; }
}

/* Generic soft corners for standard header tags */
header, .elementor-location-header {
    border-radius: 16px !important;
    margin: 10px !important;
    width: calc(100% - 20px) !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05) !important;
}
