/**
 * Homepage Contact Us column.
 *
 * @package jpd-theme
 */

.jpd-home-contact__content {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 2px 44px 0;
    box-sizing: border-box;
}

.jpd-home-contact__content h3 {
    margin: 0 0 20px;
    color: #383838;
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1.15;
}

.jpd-home-contact__content > p {
    margin: 0;
    color: #555555;
    font-size: 0.82rem;
    line-height: 1.68;
}

.jpd-home-contact__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.jpd-home-contact__list li {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
}

.jpd-home-contact__list li > span {
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    color: #F3B91D;
    font-size: 1rem;
    line-height: 1.35;
}

.jpd-home-contact__list a {
    color: #4e7ee8;
    font-size: 0.8rem;
    line-height: 1.45;
    text-decoration: underline;
}

.jpd-home-contact__list address {
    color: #555555;
    font-size: 0.8rem;
    font-style: normal;
    line-height: 1.45;
}
