/*
Theme Name: Arcos Custom
Theme URI: https://arcosshipping.com
Author: Arcos Shipping Team
Author URI: https://arcosshipping.com
Description: Custom WordPress theme for Arcos Shipping - Dry Bulk Owner Operator.
Version: 1.0.0
Text Domain: arcos-custom
*/

/* WordPress core alignment and accessibility utility classes */
.alignnone {
    margin-left: 0;
    margin-right: 0;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignright {
    float: right;
    margin-left: 1.5em;
}
.alignleft {
    float: left;
    margin-right: 1.5em;
}

/* Hero typing animation — keep whole words together */
.hero-title .tw-line {
    display: inline;
}

.hero-title .tw-word {
    display: inline-block;
    white-space: nowrap;
}

.hero-title .tw-char {
    display: inline-block;
    text-shadow: inherit;
}

/* Inner Page & Privacy Policy Styles */
.inner-hero-section {
    background: #0A233E;
    padding: 140px 0 60px;
    position: relative;
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.inner-hero-title {
    font-size: var(--text-50, 48px);
    font-weight: 700;
    color: white;
    margin: 0;
    text-transform: uppercase;
}

.page-article-body {
    color: #2b3a4a;
    font-size: var(--text-18, 18px);
    line-height: 1.7;
    padding: 20px 0 60px;
}

.page-article-body h2 {
    font-size: var(--text-30, 28px);
    color: #0A233E;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.page-article-body h3 {
    font-size: var(--text-24, 22px);
    color: #0A233E;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.page-article-body p {
    margin-bottom: 1.25rem;
}

.page-article-body ul {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.page-article-body li {
    margin-bottom: 0.5rem;
}
