.zo-wrapper-07a161b6 { display: flex; flex-direction: column; gap: 15px; font-family: inherit; }
.zo-item-07a161b6 { display: flex; align-items: center; background: #fff; border-radius: 10px; padding: 20px 30px; box-shadow: 0 4px 20px rgba(0,0,0,0.04); flex-wrap: wrap; gap: 20px; border: 1px solid transparent; transition: all 0.3s ease; }
.zo-item-07a161b6:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.08); border-color: #f0f0f0; }
.zo-icon-wrapper-07a161b6 { width: 56px; height: 66px; background: #eefaf9; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.zo-icon-07a161b6 svg { width: 26px; height: 26px; fill: #13a69a; }
.zo-content-07a161b6 { flex: 1; min-width: 250px; }
.zo-title-07a161b6 { margin: 0 0 8px 0; font-size: 19px; color: #1a1a1a; font-weight: 600; line-height: 1.3; }
.zo-desc-07a161b6 { margin: 0; font-size: 15px; color: #666; line-height: 1.5; }
.zo-meta-07a161b6 { display: flex; align-items: center; gap: 30px; }
.zo-date-07a161b6 { display: flex; align-items: center; font-size: 14px; color: #13a69a; font-weight: 500; }
.zo-btn-07a161b6 { background: #13a69a; color: #fff; text-decoration: none; padding: 12px 28px; border-radius: 30px; font-size: 14px; font-weight: 600; transition: background-color 0.3s ease, transform 0.2s ease; display: inline-block; white-space: nowrap; }
.zo-btn-07a161b6:hover { background: #0e8c81; color: #fff; transform: translateY(-1px); }

@media(max-width: 768px){
    .zo-item-07a161b6 { flex-direction: column; align-items: flex-start; gap: 15px; padding: 20px; }
    .zo-meta-07a161b6 { width: 100%; justify-content: space-between; flex-wrap: wrap; gap: 15px; margin-top: 5px; }
    .zo-icon-wrapper-07a161b6 { width: 48px; height: 56px; }
    .zo-icon-07a161b6 svg { width: 22px; height: 22px; }
}