/*
Theme Name: Edge Studio
Theme URI: https://edge-studio.fr
Author: Edge Studio (Edouard GEORGE)
Author URI: https://www.edge-studio.fr
Description: Thème développé pour le site web deEdge Studio
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: edge-studio
*/

/* Les styles principaux seront gérés par Tailwind CSS, ceci est juste pour WP. */
/* --- Styles des Pages (Mentions Légales, etc.) --- */
.prose h2 {
    color: #0A2239;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 0.3em;
}

.prose a {
    color: #38B6FF;
    text-decoration: underline;
}

.data-label {
    font-weight: 600;
    color: #1f2937;
}

.data-value {
    color: #4b5563;
}

/* Ajustement pour le contenu WYSIWYG de WP */
.content-body p {
    margin-bottom: 1em;
    line-height: 1.75;
}
.content-body ul {
    list-style-type: disc;
    padding-left: 1.5em;
    margin-bottom: 1em;
}