/* phpscripts/ews2/style.css */
.ews-module { border: 1px solid #ddd; border-radius: 8px; font-family: 'Sarabun', sans-serif; background: #fff; overflow: hidden; box-shadow: 0 2px 5px rgba(0,0,0,0.1); margin-bottom: 20px; }
.ews-m-header { background: #1a2a6c; color: #fff; padding: 10px; display: flex; justify-content: space-between; align-items: center; border-bottom: 3px solid #27ae60; }
.ews-m-header h4 { margin: 0; font-size: 1rem; color: #fff; }
.ews-btn-refresh { background: #27ae60; color: white; border: none; padding: 3px 10px; border-radius: 15px; cursor: pointer; font-size: 0.75rem; font-weight: bold; }
.ews-m-table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.ews-m-table td { padding: 12px 10px; border-bottom: 1px solid #eee; font-size: 0.9rem; vertical-align: middle; }
.status-circle { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 65px; height: 62px; border-radius: 10%; color: white; font-weight: bold; font-size: 0.7rem; text-align: center; line-height: 1.2; padding: 4px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); }
.ews-low { background: #FFBF00;}
.ews-mid { background: #fa8e3c;}
.ews-high { background: #e74c3c; }
.ews-info { line-height: 1.5; padding-left: 10px; overflow: hidden; text-overflow: ellipsis; }
.ews-title { font-weight: bold; color: #1a2a6c; display: block; margin-bottom: 2px; font-size: 1rem; }
.ews-detail { font-size: 0.8rem; color: #2b2929; display: block; }
.ews-time-wrap { font-size: 0.75rem; color: #d35400; font-weight: bold; margin-top: 4px; display: block; }
.ews-footer { padding: 10px; text-align: center; border-top: 1px solid #eee; background: #f9f9f9; }
.ews-btn-toggle { background: #fff; border: 1px solid #1a2a6c; color: #1a2a6c; padding: 6px 20px; border-radius: 20px; cursor: pointer; font-size: 0.85rem; font-weight: bold; transition: 0.3s; }
.ews-btn-toggle:hover { background: #1a2a6c; color: #fff; }