/* @license GNU-GPL-2.0-or-later https://www.drupal.org/licensing/faq */
*,::before,::after{margin:0;padding:0;box-sizing:border-box;font-family:'Acumin Pro';}.container{max-width:1280px;margin:0 auto;padding:30px 20px;}.detail-status-page{display:flex;flex-direction:column;width:100%;}.detail-status-page h1{font-size:36px;font-weight:600;color:#044317;}.detail-status-page .description{padding:2rem 0rem;display:flex;flex-direction:column;gap:.5rem;}.detail-status-page .description p{font-size:16px;font-weight:400;color:#54585A;margin:0;padding:0;}.detail-status-page .description p span{font-size:20px;font-weight:700;}.detail-status-page .table-wrapper{width:100%;overflow-x:auto;}.detail-status-page table{width:100%;border-collapse:collapse;min-width:600px;}.detail-status-page thead tr{background-color:#044317;color:#fff;text-transform:uppercase;}.detail-status-page thead td:first-child{border-top-left-radius:5px;border-bottom-left-radius:5px;}.detail-status-page thead td:last-child{border-top-right-radius:5px;border-bottom-right-radius:5px;}.detail-status-page table td:nth-child(2){width:300px;max-width:300px;word-break:break-all;}.detail-status-page thead td{padding:1rem .5rem;text-align:left;}.detail-status-page tbody td{padding:1rem;text-align:left;}.detail-status-page tbody tr{color:#54585A;font-size:16px;}.detail-status-page td.shipped{color:#268200;font-style:italic;}.detail-status-page td.process{font-style:italic;}.detail-status-page tbody td a{color:#54585A;font-weight:600;text-underline-offset:3px;}.detail-status-page tbody td.truncate{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;max-width:150px;margin:1rem;padding:0px !important;}@media (max-width:1023px){.detail-status-page table{overflow:hidden;overflow-y:scroll;}.detail-status-page thead td{font-size:14px;}}
