#latest-results-area
    .latest-results
    .latest-results-section-common
    .title-main {
    position: relative;
    margin-top: 0 !important;
}

#latest-results-area .latest-results-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 0 0% 1.5%;
}

#latest-results-area .latest-results-item {
    background: var(--color-white);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

#latest-results-area .latest-results-image {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    position: relative;
    padding: 2cqw;
}

#latest-results-area .latest-results-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: bottom;
    border-radius: 8px;
}

#latest-results-area .latest-results-text-area-wrap {
    padding: 0 2.5cqw 3cqw;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

#latest-results-area .latest-results .purchase-date {
    margin-bottom: 1.5cqw;
    display: block;
}

#latest-results-area .latest-results .brand-name {
    margin-bottom: 2cqw;
    line-height: 1.4;
}

#latest-results-area .latest-results .latest-details-list {
    margin: 0;
    padding: 0;
    margin-top: auto;
}

#latest-results-area .latest-results .detail-row {
    display: flex;
    align-items: baseline;
    margin-bottom: 1cqw;
}

#latest-results-area .latest-results .detail-row dt {
    background: var(--color-beige);
    padding: 2px 6px;
    margin-right: 1.5cqw;
    border-radius: 4px;
    white-space: nowrap;
}

#latest-results-area .latest-results .detail-row dd {
    margin: 0;
    word-break: break-all;
    flex: 1;
    min-width: 0;
    line-height: 1.5;
}

#latest-results-area .latest-results .detail-row dd a {
    text-decoration: underline;
    color: var(--color-blue-bright);
}

#latest-results-area .latest-results-area .acod-item {
    margin: 0 2.5cqw 1.5cqw !important;
}

#latest-results-area .rank-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
}

#latest-results-area .rank-table th,
#latest-results-area .rank-table td {
    border: 1px solid #ccc;
    padding: 7px 5px;
    vertical-align: middle;
    line-height: 1.5;
}

#latest-results-area .rank-table th {
    background-color: #f5f5f5;
    width: 35%;
    font-weight: bold;
    text-align: left;
    color: var(--color-black);
}

#latest-results-area .latest-results-section.latest-results-section-common {
    margin-top: 0 !important;
}

#latest-results-area .latest-results-content-wrap {
    padding: 0 3cqw 0;
}
