/* assets/css/contact.css */
.contact-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
}

.contact-title {
    color: #333;
    text-align: center;
    margin-bottom: 2rem;
    font-size: 1.8rem;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
}

.contact-info {
    margin: 2rem 0;
}

.contact-item {
    display: flex;
    align-items: center;
    padding: 0.8rem 0;
    border-bottom: 1px solid #f5f5f5;
}

.contact-label {
    width: 120px;
    color: #555;
    font-weight: 500;
}

.contact-value {
    color: #222;
}

.contact-address {
    margin: 2.5rem 0;
    padding-top: 1.5rem;
    border-top: 1px solid #eee;
}

.address-title {
    color: #333;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.address-text {
    color: #444;
    line-height: 1.8;
}

.contact-note {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #eee;
    text-align: center;
    color: #666;
    font-style: italic;
}