/*
Theme Name: GDS-Fullcreative
Theme URI: https://example.com
Author: GDS Fullcreative
Author URI: https://example.com
Description: Clean, performant WordPress starter theme. No page builders. No bloat.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gds-fullcreative
Tags: custom-menu, featured-images, threaded-comments, translation-ready
*/

/*
 * Stili front-end JobUp: assets/css/jobup.css + Tailwind CDN.
 * Qui restano solo le classi richieste da WordPress per compatibilita editor/media.
 */

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

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

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption-text {
	display: block;
}

.sticky,
.gallery-caption,
.bypostauthor {
	display: block;
}