/*
Theme Name: Viettonkin Law Theme
Theme URI: https://viettonkin.com.vn
Author: Viettonkin Law Developers
Description: A modern, high-fidelity responsive theme custom-tailored for Viettonkin Law's corporate practice. Supports full home slider blocks, about timelines, purpose tabs, and optimized WebP visual layouts.
Version: 1.0.0
Text Domain: viettonkin-law
*/

/* WordPress Alignment Classes */
.aligncenter {
    display: block;
    margin: 0 auto 1.5em;
}

.alignleft {
    float: left;
    margin: 0 1.5em 1.5em 0;
}

.alignright {
    float: right;
    margin: 0 0 1.5em 1.5em;
}

.alignwide {
    max-width: 1200px;
    margin: 2em auto;
}

.alignfull {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

/* Base style links to actual stylesheets enqueued in functions.php */
