.articles-section {
    background: #F8F5F0;
    padding: 64px 38px 72px;
    font-family: "Poppins", sans-serif;
}
.articles-filter-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.article-tags {
    display: flex;
    gap: 10px;
}
.article-tags button {
    height: 34px;
    padding: 0 22px;
    border: 1px solid #ddd;
    background: var(--vls-white);
    border-radius: 20px;
    color: #333;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
}
.article-tags button.active {
    border-color: var(--vls-red);
    color: var(--vls-red);
    background: #fff4f2;
}
.article-search {
    width: 350px;
    height: 40px;
    background: var(--vls-white);
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    padding: 0 14px;
    border-radius: 8px
}
.article-search input {
    border: 0;
    outline: 0;
    width: 100%;
    font-size: 13px;
    background: transparent;
}
.article-search img {
    width: 14px;
}
.articles-line {
    height: 1px;
    background: #cfcfcf;
    margin: 22px 0 28px;
}
.articles-meta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
}
.articles-meta-row p {
    margin: 0;
    color: #777;
    font-size: 13px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0%;
}
.articles-meta-row span {
    color: var(--vls-blue);
    font-weight: 800;
}
.articles-sort {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #777;
    font-size: 13px;
}
.articles-sort select {
    height: 32px;
    border: 1px solid #ddd;
    background: var(--vls-white);
    padding: 0 12px;
    font-size: 13px;
}
.articles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.article-card {
    background: var(--vls-white);
    display: block;
    text-decoration: none;
}
.article-img {
    position: relative;
}
.article-img img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    display: block;
    object-position: top;
}
.article-img span {
    position: absolute;
    left: 14px;
    bottom: 10px;
    background: var(--vls-red);
    color: var(--vls-white);
    padding: 7px 12px;
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 100%;
}
.article-body {
    padding: 20px 18px 24px;
}
.article-body .date {
    color: #999;
    margin: 0 0 12px;
    font-size: 9.5px;
    letter-spacing: 0.5px;
    font-weight: 400;
    line-height: 100%;
}
.article-body h3 {
    color: var(--vls-blue);
    margin: 0 0 12px;
    font-weight: 700;
    font-size: 14px;
    line-height: 19.6px;
    letter-spacing: 0%;
}
.article-body p {
    color: #777;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 19.2px;
    letter-spacing: 0%;
}
.articles-load-wrap {
    text-align: center;
    margin-top: 34px;
}
.articles-load-btn {
    width: 200px;
    height: 42px;
    border: 2px solid var(--vls-blue);
    color: var(--vls-blue);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 700;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0%;
    border-radius: 5px;
}
.articles-load-btn img {
    width: 12px;
}
.subscribe-section {
    background: var(--vls-white);
    padding: 52px 44px;
    font-family: "Poppins", sans-serif;
}
.subscribe-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.subscribe-left h2 {
    color: var(--vls-blue);
    margin: 0 0 10px;
    font-weight: 900;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -0.3px;
}
.subscribe-left p {
    color: #666;
    margin: 0;
    font-size: 12px;
    line-height: 19.8px;
    font-weight: 400;
    letter-spacing: 0%;
}
.subscribe-right {
    display: flex;
    align-items: center;
    gap: 0;
}
.subscribe-input {
    width: 500px;
    height: 40px;
    border: 1px solid #e1e1e1;
    background: var(--vls-white);
    display: flex;
    align-items: center;
    padding: 0 16px;
}
.subscribe-input img {
    width: 16px;
    margin-right: 10px;
}
.subscribe-input input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #222;
    font-size: 14px;
}
.subscribe-input input::placeholder {
    color: #b5b5b5;
}
.subscribe-right button {
    width: 96px;
    height: 40px;
    border: 0;
    background: var(--vls-red);
    color: var(--vls-white);
    font-weight: 700;
    font-size: 12px;
    cursor: pointer;
    margin-left: 10px;
    line-height: 100%;
    letter-spacing: 0.4px;
    border-radius: 5px;
}
.light-detail {
    background: #fff;
    padding: 36px 44px 70px;
    font-family: "Poppins", sans-serif;
}
.article-detail-wrap {
    max-width: 920px;
    margin: 0 auto;
}
.article-detail-wrap {
    max-width: 90%;
    margin: 0 auto;
}
.article-back {
    color: #555;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 32px;
    font-weight: 600;
    font-size: 12.5px;
    line-height: 100%;
    letter-spacing: 0%;
}
.article-back img {
    width: 12px;
}
.light-detail .article-detail-title {
    color: var(--vls-blue);
    margin: 0 0 38px;
    font-weight: 900;
    font-size: 38px;
    line-height: 41px;
    letter-spacing: -1px;
}
.article-divider {
    height: 1px;
    background: #e5e5e5;
    margin-bottom: 24px;
}
.article-meta-share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.article-meta {
    display: flex;
    align-items: center;
    gap: 18px;
    color: #777;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
}
.article-category {
    background: #ffe9e5;
    color: var(--vls-red);
    padding: 5px 10px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 9.5px;
    letter-spacing: 2px;
    line-height: 100%;
}
.article-read {
    display: flex;
    align-items: center;
    gap: 6px;
}
.article-read img {
    width: 12px;
}
.article-share {
    display: flex;
    gap: 8px;
}
.article-share button {
    height: 30px;
    border: 1px solid #e5e5e5;
    background: #fff;
    color: #222;
    padding: 0 13px;
    display: flex;
    align-items: center;
    gap: 7px;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
}
.article-share button img,
.article-share button svg {
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
}
.article-share .linkedin-share-icon {
    color: #0a66c2;
    margin-top: -3px;
}
.article-content img {
    width: 55%;
    height: auto;
    float: right;
    padding-left: 38px;
    padding-bottom: 20px;
}
.article-content p {
    color: #333;
    margin: 0 0 18px;
    font-weight: 400;
    font-size: 15.5px;
    line-height: 28.68px;
    letter-spacing: 0%;
}
.article-content strong {
    color: #111;
    font-weight: 800;
}
.article-content h2 {
    color: var(--vls-blue);
    margin: 42px 0 16px;
    font-weight: 800;
    font-size: 22px;
    line-height: 26.4px;
    letter-spacing: -0.3px;
}
.article-content ul {
    padding: 0;
    margin: 20px 0 24px;
    list-style: none;
}
.article-content li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    color: #333;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    line-height: 26.25px;
    letter-spacing: 0%;
}
.article-content li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--vls-red);
}
.article-content table {
    width: auto;
    border: 1px solid #ccc;
    margin: 20px 0;
}
.article-content table th,
.article-content table td {
    padding: 10px;
    border: 1px solid #ccc;
}
.article-content table th p,
.article-content table td p {
    margin-bottom: 0;
}
.article-quote-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    margin: 34px 0 28px;
}
.article-quote {
    background: #f7f3ef;
    border-left: 2px solid var(--vls-red);
    color: var(--vls-blue);
    padding: 24px 28px;
    font-weight: 500;
    font-style: italic;
    font-size: 16px;
    line-height: 28.9px;
    letter-spacing: 0%;
}
.article-quote-img img {
    width: 100%;
    height: 100%;
    min-height: 190px;
    object-fit: cover;
    display: block;
}
.related-articles {
    margin-bottom: 40px;
}
.articles-dots {
    color: var(--vls-red);
}
.articles-dots span:first-child {
    background: var(--vls-red);
}
.market-updates {
    background: #fff;
    padding: 42px 24px 44px;
    font-family: "Poppins", sans-serif;
}
.market-header {
    margin-bottom: 38px;
}
.market-header h2 {
    color: var(--vls-blue);
    margin: 0 0 8px;
    font-weight: 900;
    font-size: 60px;
    line-height: 57px;
    letter-spacing: -2.5px;
}
.market-header h2 span {
    color: #4ec3e0;
}
.market-header p {
    color: #222;
    margin: 0;
    max-width: 664px;
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
    letter-spacing: 0%;
}
.market-report-card {
    background: var(--vls-blue);
    min-height: 260px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    overflow: hidden;
}
.market-report-card::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.08);
}
.market-report-left {
    padding: 38px 34px;
}
.market-updates .market-eyebrow {
    position: relative;
    color: #4ec3e0;
    margin: 0 0 14px;
    padding-left: 20px;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 3px;
    line-height: 100%;
}
.market-eyebrow::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 12px;
    height: 1px;
    background: #4ec3e0;
}
.market-report-left h3 {
    color: #fff;
    margin: 0 0 18px;
    font-weight: 900;
    font-size: 36px;
    line-height: 37.8px;
    letter-spacing: -0.5px;
}
.market-report-left ul {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
}
.market-report-left li {
    position: relative;
    padding-left: 12px;
    margin-bottom: 9px;
    color: rgba(255, 255, 255, 0.62);
    font-weight: 400;
    font-size: 13px;
    line-height: 21.45px;
    letter-spacing: 0%;
}
.market-report-left li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4ec3e0;
}
.market-report-left a {
    width: 190px;
    height: 44px;
    background: var(--vls-red);
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 700;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0%;
    border-radius: 5px;
}
.market-report-left a img {
    width: 10px;
}
.market-report-right {
    display: flex;
    align-items: center;
    justify-content: center;
}
.reports-section {
    background: #f7f3ef;
    padding: 72px 44px;
    font-family: "Poppins", sans-serif;
}
.reports-box {
    background: #fff;
    border: 1px solid #ddd;
    padding: 48px 50px;
}
.reports-box h2 {
    color: var(--vls-blue);
    margin: 0 0 12px;
    font-weight: 900;
    font-size: 36px;
    line-height: 37.8px;
    letter-spacing: -0.5px;
}
.reports-section .reports-subtitle {
    color: #444;
    margin: 0 0 28px;
    font-size: 13.5px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0%;
}
.reports-years {
    display: flex;
    gap: 10px;
    margin-bottom: 28px;
}
.reports-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
}
.reports-legend {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 26px;
}
.reports-legend span {
    width: 12px;
    height: 12px;
    border: 1px solid #ddd;
}
.reports-legend p {
    margin: 0 18px 0 0;
    color: #777;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
}
.customer-advisories-hero {
    background: var(--vls-white);
    padding: 74px 44px 6px;
    font-family: "Poppins", sans-serif;
}
.customer-advisories-content {
    max-width: 760px;
}
.customer-advisories-hero .customer-advisories-title {
    margin: 0 0 24px;
    color: var(--vls-blue);
    font-weight: 900;
    font-size: 60px;
    line-height: 57px;
    letter-spacing: -2.5px;
}
.customer-advisories-title span {
    color: #56c7e7;
}
.customer-advisories-text {
    max-width: 620px;
    color: #3b3b3b;
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0%;
}
.advisory-card {
    min-height: 285px;
    padding: 32px 30px 28px;
}
.states-section .container-fluid {
    width: 94%;
    max-width: 100%;
    margin: 0 auto;
    border: 1px solid #e4e4e4;
    padding: 34px 34px 20px;
    background: #ffffff;
}
.advisory-section {
    background: var(--vls-white);
    font-family: "Poppins", sans-serif;
}
.states-section {
    background: var(--vls-white);
    padding: 40px 0 60px;
    font-family: "Poppins", sans-serif;
}
.states-section .container-fluid {
    width: 94%;
    max-width: 100%;
    margin: 0 auto;
}
.states-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 34px;
}
.states-month {
    margin-bottom: 70px;
}
.states-month-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}
.states-month-top h2 {
    color: #001a78;
    font-size: 36px;
    font-weight: 900;
    margin: 0;
    line-height: 36px;
    letter-spacing: -1px;
}
.states-month-top span {
    color: #888;
    font-size: 13.5px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0%;
}
.states-head {
    display: grid;
    grid-template-columns: 36% 34% 10% 14%;
    background: #fff4f3;
    gap: 2%;
    padding: 10px 0;
    margin-bottom: 6px;
}
.states-head div {
    color: #999;
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 100%;
}
.states-row {
    display: grid;
    grid-template-columns: 36% 34% 10% 14%;
    align-items: center;
    gap: 2%;
    min-height: 68px;
    border-bottom: 1px solid #e7e7e7;
}
.states-row:last-child {
    border-bottom: none;
}
.states-title {
    color: #001a78;
    font-size: 13px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0%;
}
.states-region,
.states-date {
    color: #333;
    font-size: 13px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0%;
}
.states-region{
    margin-right: 30px;
}
.states-btn {
    display: flex;
    justify-content: flex-end;
}
.states-btn a {
    width: 136px;
    height: 36px;
    border: 1px solid #f2d3cf;
    background: transparent;
    color: #ff4d3d;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0%;
}
.states-btn a img {
    width: 11px;
    height: 11px;
    object-fit: contain;
}
.general-card {
    background: var(--vls-white);
    border: 1px solid #e8e8e8;
}
.month-details-card-general {
    background: var(--vls-white);
    border: 1px solid #e8e8e8;
}
.advisory-empty-state {
    width: 385px;
    text-align: center;
}
.advisory-empty-state h5 {
    color: #a72818;
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: 2.8px;
    margin-bottom: 10px;
    line-height: 22.95px;
}
.advisory-empty-state h4 {
    color: #111;
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: 2.8px;
    line-height: 22.95px;
    margin-bottom: 36px;
    width: 388px;
}
.advisory-empty-line {
    height: 1px;
    background: #e1e1e1;
    margin-bottom: 16px;
}
.advisory-select,
.advisory-results-select {
    background: #f4f4f4;
    border-radius: 7px;
    padding: 12px 14px 10px;
    text-align: left;
}
.advisory-select label,
.advisory-results-select label {
    color: #999;
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: 1.8px;
    display: block;
    margin-bottom: 8px;
    line-height: 100%;
}
.advisory-select .form-select,
.advisory-results-select .form-select {
    background-color: transparent;
    border: none;
    padding: 0;
    color: #222;
    font-size: 13px;
    box-shadow: none;
}
.advisory-results {
    display: none;
    width: 100%;
    padding: 48px;
}
.advisory-results-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #ddd;
}
.advisory-results-select {
    width: 385px;
}
.advisory-results-top p {
    margin: 0;
    color: #111;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0%;
}
.advisory-list {
    border: 1px solid #ddd;
    border-top: none;
}
.advisory-item {
    display: grid;
    grid-template-columns: 1.4fr 250px 220px;
    align-items: center;
    padding: 20px 32px;
    border-bottom: 1px solid #ddd;
}
.advisory-item:last-child {
    border-bottom: none;
}
.advisory-title-row {
    display: flex;
    align-items: center;
    gap: 8px;
}
.advisory-item h3 {
    color: #001f7a;
    font-size: 16px;
    font-weight: 800;
    margin: 0;
    line-height: 100%;
    letter-spacing: 0%;
}
.advisory-tag {
    display: inline-block;
    margin-top: 10px;
    padding: 3px 12px;
    font-size: 9.5px;
    letter-spacing: 2.2px;
    font-weight: 700;
}
.advisory-tag.export {
    background: #e6f6df;
    color: #62c454;
}
.advisory-tag.gri {
    background: #e5f8fd;
    color: #4fc3dc;
}
.advisory-date small {
    color: #999;
    font-size: 9.5px;
    letter-spacing: 1.5px;
    font-weight: 700;
    line-height: 100%;
}
.advisory-date p {
    color: #111;
    font-size: 13.5px;
    margin: 6px 0 0;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0%;
}
.advisory-item a {
    text-align: right;
    color: #ff2f20;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    line-height: 100%;
    letter-spacing: 0%;
}
.report-preview {
    position: relative;
    width: 250px;
    background: #31509a;
    padding: 12px 12px 16px;
}
.report-preview-top {
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 100%;
}
.report-preview-top img {
    width: 14px;
}
.report-preview-body img {
    width: 100%;
    display: block;
}
.report-preview button {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 42px;
    border: 0;
    background: var(--vls-red);
    display: flex;
    align-items: center;
    justify-content: center;
}
.report-preview button img {
    width: 20px;
}
.report-month {
    position: relative;
    min-height: 90px;
    padding: 24px 22px;
    border: 1px solid #ddd;
}
.report-month.available {
    background: #fff0ee;
    border-color: #ffc9c2;
}
.report-month.unavailable {
    background: #f4f4f3;
}
.report-month h3 {
    margin: 0 0 12px;
    font-weight: 800;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
}
.report-month.available h3 {
    color: var(--vls-red);
}
.report-month.unavailable h3 {
    color: #b9b9b9;
}
.report-month p {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 100%;
}
.report-month.available p {
    color: var(--vls-red);
}
.report-month.unavailable p {
    color: #bbb;
}
.report-month p img {
    width: 12px;
}
.report-month a {
    position: absolute;
    right: 22px;
    top: 22px;
    width: 28px;
    height: 28px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.report-month a img {
    width: 13px;
}
.report-preview iframe {
    background: #fff;
    border: 0;
    height: 148px;
    width: 100%;
}
