.meeting-entry{display:flex;align-items:center;justify-content:space-between;padding:16px;gap:20px;flex-wrap:wrap}.meeting-title{flex:.2;font-weight:600;color:#333}.meeting-datetime{color:#666;min-width:180px}.meeting-button a{border:1px solid #2563eb;color:#2563eb;padding:8px 16px;border-radius:6px;text-decoration:none;font-weight:500;transition:all .2s ease}.meeting-button a:hover{background-color:#2563eb;color:#fff}.meeting-button a.disabled{border:1px solid #ccc;color:#aaa;background-color:#f5f5f5;pointer-events:none;cursor:not-allowed}.meeting-buttons-wrapper{display:flex;flex-direction:column;gap:20px}.meeting-status.confirmed{color:green}.meeting-status.completed{color:#fb5c06}.meeting-status.default{color:#2563eb}