.links-desktop {
    display: flex;
    justify-content: space-around;
    margin-bottom: 3rem;
}

.link-image {
    width: 300px;
}

.image-mobile {
    display: none;
}

.image {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.link-image a:hover img {
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.button-item {
    font-size: 24px;
}

.accordion-block-description {
    padding: 1rem 1rem 1rem 2rem;
}

.description-content {
    font-weight: bold;
}

li {
    margin-left: 1rem;
}

.phone-number {
    text-decoration: underline;
}

.input-statement {
    padding: 0.2rem 1rem !important;
    border: 1px solid gray !important;
    width: 260px;
}

.form-submit {
    padding: 0.3rem 1rem !important;
    background-color: #e04e39;
    color: #fff;
}

.input-statement,
.form-submit {
    margin-bottom: 1rem;
}

.form-submit:hover {
    background-color: #dc6450;
}

.error {
    color: #d00;
}

.loading {
    color: #666;
}

#statusList {
    padding: 1rem;
    width: fit-content;
}

#statusList li:not(:first-child) {
    margin-top: 1rem;
}

@media screen and (max-width: 700px) {
    .links-desktop {
        flex-direction: column;
        align-items: center;
    }

    .link-image {
        margin-bottom: 1rem;
    }

    .image-desktop {
        display: none;
    }

    .image-mobile {
        display: block;
    }
}
