.guide-card{width:95%;margin:auto;background-color:rgba(0,0,0,.4);border-radius:15px;text-align:left;display:flex;flex-direction:column;padding:1em;margin-bottom:4em;max-width:1000px;padding:1em 4em}@media only screen and (max-width:600px){.guide-card{padding-left:25px;padding-right:25px}}.guide-title{font-size:2rem;font-weight:700;color:#f8f9fa;text-align:center;margin:4px;margin-bottom:8px;border-radius:8px;display:inline-block;background-image:linear-gradient(90deg,transparent 0,#33a95a 40%,#33a95a 60%,transparent)}.guide-date{font-size:1rem;font-weight:700;color:#f8f9fa;text-align:right;margin:4px;margin-bottom:8px;border-radius:8px;display:inline-block}.guide-card .container{display:flex;flex-direction:column;padding:.5em;margin-bottom:1em;border-radius:.25em;border-style:solid;border-width:1px;border-color:#174e29;background-color:rgb(23,78,41,.2)}.guide-card divider{height:1px;background-color:#174e29;margin:1em 0}.guide-content img{max-width:50%}.exp-table-container{max-width:600px;margin:30px auto;padding:20px}.exp-table{width:100%;border-collapse:collapse;font-family:Arial,sans-serif;font-size:16px;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 14px rgba(0,0,0,.1)}.exp-table thead{background:#4e73df;color:#fff}.exp-table td,.exp-table th{padding:14px 20px;text-align:center}.exp-table tbody tr:nth-child(even){background:#f7f7f7}.exp-table tbody tr:hover{background:#e8edff;transition:.2s ease-in-out}.exp-table th{font-weight:700;letter-spacing:.5px}