  .related-topics {
    padding: 20px 0;
}

.related-topics .item {
    border: 1px solid #eeeeee;
    border-radius: 8px;
    padding: 24px;
    display: flex;
    margin-bottom: 24px;
    gap: 32px;
    text-decoration: none;
    transition: box-shadow 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.related-topics .item:hover {
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
}

.related-topics .item h6 {
    color: #2c3e50;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
}

.related-topics .item .content {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

.related-topics .item .content .details {
    margin-bottom: 14px;
}

.related-topics .item .image img {
    width: 240px;
    height: 144px;
    object-fit: cover;
    border-radius: 8px;
}

.related-topics .item .content .readmore {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #2c3e50;
    align-items: center;
    display: flex;
}

.related-topics .item .content .readmore::after {
    content: url(/wp-content/themes/old-amc/assets/chevron-right-blue.svg);
    margin-left: 10px;
}
