.tw-flex { display: flex; }
.tw-font_medium { font-weight: 500; }
.tw-bg_white { background-color: #ffffff; }
.tw-text_gray_600 { color: #718096; }
.tw-rounded_lg { border-radius: 0.5rem; }
.tw-items_center { align-items: center; }
.tw-font_bold { font-weight: bold; }
.tw-text_gray_800 { color: #2d3748; }
.tw-text_center { text-align: center; }
.tw-mb_4 { margin-bottom: 1rem; }
.tw-justify_center { justify-content: center; }
.tw-w_full { width: 100%; }
.tw-shadow_lg { box-shadow: 0 10px 15px rgba(0,0,0,0.1); }
.tw-px_4 { padding-left: 1rem; padding-right: 1rem; }
