body.elys-body { background-color: #fcf6ed; color: #221915; font-family: Georgia, Garamond, "Times New Roman", serif; margin: 0; padding: 0; }
.elys-header { background-color: #fbf0df; border-bottom: 2px solid #c23616; padding: 15px 0; }
.elys-container { max-width: 1200px; margin: 0 auto; padding: 0 15px; box-sizing: border-box; }
.elys-logo { float: left; }
.elys-logo img { height: 40px; display: block; }
.elys-nav { float: right; list-style: none; margin: 0; padding: 0; display: flex; }
.elys-nav-item { margin-left: 20px; line-height: 40px; }
.elys-nav-item a { color: #221915; text-decoration: none; font-weight: bold; }
.elys-nav-item a:hover { color: #c23616; }
.elys-main-layout { display: flex; flex-wrap: wrap; margin-top: 35px; }
.elys-column-left { width: 50%; padding: 15px; box-sizing: border-box; }
.elys-column-right { width: 50%; padding: 15px; box-sizing: border-box; }
.elys-envelope-panel { background: #faf3e6; border: 1px double #c23616; border-radius: 4px; padding: 25px; box-sizing: border-box; box-shadow: inset 0 0 15px rgba(194,54,22,0.05), 0 4px 10px rgba(0,0,0,0.05); position: relative; }
.elys-notice-strip { background: #fbf0df; border: 1px dashed #c23616; padding: 15px; border-radius: 4px; color: #221915; position: relative; }
.elys-notice-seal { display: inline-block; width: 26px; height: 26px; border-radius: 50%; background-color: #c23616; color: #fcf6ed; text-align: center; line-height: 26px; font-size: 13px; margin-right: 10px; font-weight: bold; box-shadow: inset 0 2px 4px rgba(0,0,0,0.3), 0 3px 6px rgba(194,54,22,0.4); }
.elys-product-grid { display: flex; flex-wrap: wrap; margin: -1%; }
.elys-product-card { width: 48%; margin: 1%; background-color: #faf3e6; border: 1px double #c23616; border-radius: 4px; padding: 15px; box-sizing: border-box; transition: all 0.2s; }
.elys-product-card:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(194,54,22,0.12); }
.elys-product-name { font-size: 15px; font-weight: bold; color: #c23616; text-decoration: none; display: block; margin-bottom: 10px; }
.elys-badge { display: inline-block; font-size: 10px; padding: 2px 6px; border-radius: 3px; font-weight: bold; margin-bottom: 8px; }
.elys-badge-auto { background-color: rgba(194, 54, 22, 0.1); color: #c23616; border: 1px solid rgba(194, 54, 22, 0.3); }
.elys-badge-manual { background-color: #ebdcd0; color: #757575; border: 1px solid #757575; }
.elys-price { color: #c23616; font-weight: bold; font-size: 18px; }
.elys-btn-buy { display: block; text-align: center; background-color: #c23616; color: #fcf6ed !important; border: 1px solid #c23616; padding: 8px 12px; text-decoration: none; border-radius: 4px; font-weight: bold; transition: all 0.2s; margin-top: 10px; }
.elys-btn-buy:hover { background-color: transparent; color: #c23616 !important; }
.elys-footer { background-color: #fbf0df; border-top: 2px solid #c23616; padding: 25px 0; margin-top: 50px; }
.elys-footer a { color: #c23616; text-decoration: none; }
.elys-tab-title { list-style: none; padding: 0; margin: 0 0 25px 0; display: flex; border-bottom: 2px solid #c23616; }
.elys-tab-item { padding: 12px 24px; cursor: pointer; font-weight: bold; }
.elys-tab-item.active { background-color: #c23616; color: #fcf6ed; border-radius: 4px 4px 0 0; }
.elys-tab-item a { color: inherit; text-decoration: none; }
.elys-form-item { margin-bottom: 20px; }
.elys-form-label { display: block; margin-bottom: 8px; font-weight: bold; color: #221915; }
.elys-form-input { width: 100%; padding: 12px; border: 1px solid #c23616; background-color: #fcf6ed; color: #221915; box-sizing: border-box; border-radius: 4px; font-family: inherit; }
.elys-form-input:focus { outline: none; box-shadow: 0 0 5px rgba(194,54,22,0.2); }
.elys-btn-submit { width: 100%; padding: 14px; background-color: #c23616; color: #fcf6ed; border: none; font-weight: bold; cursor: pointer; border-radius: 4px; font-size: 16px; }
.elys-btn-submit:hover { background-color: #9c2b12; }
.elys-table { width: 100%; border-collapse: collapse; margin-top: 15px; }
.elys-table th, .elys-table td { border: 1px solid #c23616; padding: 12px; text-align: left; }
.elys-table th { background-color: #fbf0df; color: #221915; }
@media (max-width: 991px) {
    .elys-column-left, .elys-column-right { width: 100%; float: none; }
}
