﻿.footer-details {
    width: 100%;
    line-height: 1.65;
    letter-spacing: .2px;
}

.text-accent {
    color: #B71C1C;
}
/* โทนแดงเข้มเดิม */

.footer-h2,
.footer-h3,
.footer-p {
    margin: 0;
}

.footer-h2 {
    font-size: clamp(1.15rem, 1.4vw, 1.4rem);
    font-weight: 700;
    padding: 6px 0 2px;
}

.footer-h3 {
    font-size: clamp(1.05rem, 1.25vw, 1.25rem);
    font-weight: 600;
    padding: 4px 0 2px;
}

.footer-p {
    font-size: clamp(.95rem, 1.05vw, 1.05rem);
    padding: 2px 0;
    opacity: .95;
}

.footer-details a {
    text-decoration: none;
    border-bottom: 1px dashed rgba(183, 28, 28, .35);
    transition: border-color .2s ease, color .2s ease;
}

    .footer-details a:hover {
        color: #8E1A1A;
        border-bottom-color: rgba(183, 28, 28, .8);
    }

@@media (max-width: 768px) {
    .footer-h2 {
        padding: 4px 0 0;
    }

    .footer-h3, .footer-p {
        padding: 2px 0 0;
    }
}
