.di-recommend-block {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    padding: 0;
    margin-bottom: 32px;
    width: 100%;
    max-width: 634px;
    height: 112px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    font-family: 'Pretendard', sans-serif;
    overflow: hidden;
    text-decoration: none !important;
    color: inherit;
    border: none !important;
    outline: none !important;
    transition: box-shadow 0.2s;
}

.di-recommend-block:hover,
.di-recommend-block:focus,
.di-recommend-block:active {
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.3);
    text-decoration: none !important;
    color: inherit;
    outline: none !important;
    border: none !important;
}

.di-recommend-block-thumb {
    width: 189px;
    min-width: 189px;
    flex-shrink: 0;
    flex-grow: 0;
    background-position: center;
    background-size: cover;
    background-color: #f5f5f5;
}

.di-recommend-block-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 8px 20px;
    gap: 6px;
    flex: 1 1 0;
    min-width: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.di-recommend-block-cta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    flex: none;
    width: 100%;

    font-family: 'Pretendard', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #3366FF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.di-recommend-block-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    flex: none;
    width: 100%;
    min-width: 0;
}

.di-recommend-block-meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    height: 14px;
    width: 100%;
    overflow: hidden;

    font-family: 'Pretendard', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.4;
    color: #464C53;
    white-space: nowrap;
    margin: 0 !important;
    padding: 0 !important;
}

.single-post article .entry-content-wrap .entry-content .di-recommend-block-meta span,
.editor-styles-wrapper .di-recommend-block-meta span,
.di-recommend-block-meta span {
    font-family: 'Pretendard', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px !important;
    line-height: 1.4 !important;
    color: #464C53;
    flex-shrink: 0;
}

.di-recommend-block-meta-sep {
    color: #464C53;
    flex-shrink: 0;
}

.di-recommend-block-title-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    width: 100%;
    min-width: 0;
}

.single-post article .entry-content-wrap .entry-content .di-recommend-block-title,
.editor-styles-wrapper .di-recommend-block-title,
.di-recommend-block-title {
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Pretendard', sans-serif !important;
    font-style: normal;
    font-weight: 600;
    font-size: 18px !important;
    line-height: 1.4 !important;
    color: #000000;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.single-post article .entry-content-wrap .entry-content .di-recommend-block-excerpt,
.editor-styles-wrapper .di-recommend-block-excerpt,
.di-recommend-block-excerpt {
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Pretendard', sans-serif !important;
    font-style: normal;
    font-weight: 500;
    font-size: 15px !important;
    line-height: 1.4 !important;
    color: #767676;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 768px) {
    .di-recommend-block {
        height: 96px;
    }

    .di-recommend-block-thumb {
        width: 128px;
        min-width: 128px;
    }

    .di-recommend-block-info {
        padding: 10px 14px;
        gap: 5px;
    }

    .di-recommend-block-cta {
        font-size: 11px;
        line-height: 1.4;
    }

    .di-recommend-block-body {
        gap: 4px;
    }

    .di-recommend-block-meta,
    .di-recommend-block-meta span,
    .di-recommend-block-meta-sep {
        font-size: 11px;
        line-height: 1.4;
        height: auto;
    }

    .single-post article .entry-content-wrap .entry-content .di-recommend-block-title,
    .di-recommend-block-title {
        font-size: 14px !important;
        line-height: 1.4 !important;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .single-post article .entry-content-wrap .entry-content .di-recommend-block-excerpt,
    .di-recommend-block-excerpt {
        display: none !important;
    }
}