.tb-wrapper-fe50b558 {
    border: 1px solid #e5e5e5;
    padding: 30px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

.tb-list-fe50b558 {
    display: flex;
    flex-direction: column;
}

.tb-item-fe50b558 {
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 25px;
    background-color: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.tb-header-fe50b558 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.tb-author-wrap-fe50b558 {
    display: flex;
    align-items: center;
    gap: 15px;
}

.tb-img-fe50b558 {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}

.tb-img-fe50b558 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.tb-meta-fe50b558 {
    display: flex;
    flex-direction: column;
}

.tb-name-fe50b558 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.tb-role-fe50b558 {
    font-size: 14px;
    color: #f7d23a;
}

.tb-icon-fe50b558 i {
    font-size: 40px;
    color: #f7d23a;
}

.tb-icon-fe50b558 svg {
    width: 40px;
    height: 40px;
    fill: #f7d23a;
}

.tb-text-fe50b558 {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
}

.tb-action-fe50b558 {
    margin-top: 10px;
    text-align: center;
}

.tb-btn-fe50b558 {
    display: inline-block;
    padding: 12px 30px;
    border: 1px solid #ccc;
    background: transparent;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.tb-btn-fe50b558:hover {
    background-color: #f9f9f9;
    color: #000;
}
