/*
CTC Separate Stylesheet
Updated: 2025-04-26 12:33:03
*/

.readable-suggestion {
    width: 100%;
    height: 128px;
    background: #EDEDED;
    border-radius: 16px;
    border-right: 6px solid #0B564E;
    display: flex
;
    padding: 1rem;
    gap: 1.5rem;
}
.suggestion-content {
    display: flex
;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}
.suggestion-title {
    color: #222222;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: right;
}
.suggestion-link {
    color: #0B564E;
    text-decoration: underline;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}
.suggestion-image {
    width: 96px;
    height: 96px;
}