.library-week{border:1px solid #cbdde1;border-radius:12px;background:#fff;margin:24px 0;overflow:hidden;color:#0b3048}
.library-week>header{padding:20px 22px;display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;border-bottom:1px solid #dce7ea}
.library-week h3{margin:0;font-size:1.4rem}.library-week>header span{font-size:.875rem;color:#486575}
.library-week-days{display:grid;grid-template-columns:repeat(5,minmax(0,1fr))}
.library-week-days article{padding:18px 12px;min-height:150px;border-right:1px solid #dce7ea}.library-week-days article:last-child{border-right:0}
.library-week-days h4{font:400 1rem 'DM Sans',sans-serif;margin:0 0 20px;text-align:center}.library-week-days h4 span{display:block;font-size:1.65rem;margin-top:6px}
.library-week-days p{font-size:.875rem!important;margin:0;text-align:center}.library-week-days .library-hours-block{padding:16px 6px;background:#dcf2ee;border-left:3px solid #008b83;border-radius:4px;color:#075363}
.library-day-closed{color:#6b7d87;background:#fafcfc}
.library-week>footer{padding:20px 22px;border-top:1px solid #dce7ea;display:flex;align-items:center;gap:18px}.library-week>footer p{font-size:.875rem;line-height:1.5;margin:0;max-width:580px}
.library-book-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;white-space:nowrap;border-radius:999px;padding:10px 22px;background:#0b3048;color:white!important;text-decoration:none;font-size:.875rem;font-weight:400}.library-book-button:focus-visible{outline:3px solid #008b83;outline-offset:3px}
@media(max-width:700px){.library-week-days{grid-template-columns:1fr}.library-week-days article{min-height:0;border-right:0;border-bottom:1px solid #dce7ea;display:grid;grid-template-columns:80px 1fr;align-items:center;gap:12px;padding:12px 16px}.library-week-days h4{margin:0;text-align:left}.library-week-days h4 span{display:inline;font-size:1rem;margin-left:4px}.library-week>footer{align-items:stretch;flex-direction:column}.library-book-button{width:100%}}
