.contact-us-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.contact-container {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.contact-form-section {
    flex: 1 1 60%;
    min-width: 300px;
}

.contact-info-section {
    flex: 1 1 35%;
    min-width: 300px;
}

.contact-intro {
    margin-bottom: 30px;
    color: #666;
    line-height: 1.6;
}

.contact-info-box {
    background: #f8f8f8;
    padding: 30px;
    border-radius: 8px;
    position: sticky;
    top: 20px;
}

.contact-info-box h2 {
    margin-top: 0;
    margin-bottom: 25px;
    color: #333;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
}

.info-block {
    margin-bottom: 25px;
}

.info-block h3 {
    color: #555;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}

.info-block p {
    margin: 5px 0;
    line-height: 1.6;
}

.info-block a {
    color: #55945e;
    text-decoration: none;
}

.info-block a:hover {
    text-decoration: underline;
}

.hours-note {
    font-size: 12px;
    color: #888;
    font-style: italic;
    margin-bottom: 10px;
}

.hours-table {
    width: 100%;
    border-collapse: collapse;
}

.hours-table tr {
    border-bottom: 1px solid #e0e0e0;
}

.hours-table td {
    padding: 8px 0;
}

.hours-table td:first-child {
    font-weight: 600;
    width: 40%;
}

.shipping-hours {
    background: #e8f4f0;
    padding: 15px;
    border-radius: 5px;
    border-left: 3px solid #55945e;
}

.shipping-hours h3 {
    color: #55945e;
}

.shipping-hours p {
    font-size: 14px;
    line-height: 1.6;
}

.field.attachment {
    margin-top: 20px;
}

.field.attachment .note {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
    font-style: italic;
}

.field.attachment .input-file {
    padding: 8px;
    border: 1px solid #c2c2c2;
    background: #fff;
    width: 100%;
    max-width: 100%;
}

@media (max-width: 768px) {
    .contact-container {
        flex-direction: column;
    }

    .contact-info-box {
        position: static;
    }
}
