.latest_results_section .common-acod.is-active + .acod-content {
    padding-bottom: 4cqw;
}

@media (max-width: 767px) {
    .latest_results_content {
        margin-bottom: 0;
    }
}

#latest_results .latest_results_intro {
    margin-bottom: 10px;
}

/* 買取実績アイテム */
#latest_results .latest_results_list {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px !important;
}

.latest_results_item {
    width: 100% !important;
    border: 0.5px solid #7e7558;
    border-radius: var(--border-radius-m, 4px);
    margin: 0;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.latest_results_item .purchase-date {
    background: #ab9f71;
    color: #fff;
    padding: 2px 7px 2px 8px;
    border-radius: 0 2px 2px 0;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 2;
    top: 6.701px;
    left: 0px;
}

@media screen and (max-width: 768px) {
    .latest_results_item .purchase-date {
        height: 22px;
    }
}

.latest_results_item .latest_results_image img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}

.latest_results_text_area_wrap {
    padding: 8px;
    font-size: 0.8rem;
    line-height: 1.6;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.latest_results_text_area_wrap .item-name {
    font-size: 0.8rem;
    font-weight: 500;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}

.latest_results_text_area_wrap .info-group {
    margin-top: 8px;
}

.latest_results_text_area_wrap .info-row {
    display: flex;
    align-items: center;
    gap: 5px;
}

.latest_results_text_area_wrap .info-row:not(:last-child) {
    margin-bottom: 4px;
}

.latest_results_text_area_wrap .info-row a {
    color: var(--font-link, #0080ff);
}

.latest_results_text_area_wrap .info-row .label {
    min-width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 5px;
    gap: 10px;
    background: var(--key-beige, #f7ecdb);
}

.text-underline {
    display: inline-block;
    text-decoration: underline;
}

@media (max-width: 992px) {
    .latest_results_list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    #latest_results {
        padding: 0 1em;
    }

    .latest_results_section {
        padding: 0;
    }

    .latest_results_list {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 5%;
    }
}

#latest_results img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 0;
}

.latest_results_more_btn {
    margin-top: 20px;
}
