/* ARCHIDOT STUDIO — PROPRIETARY AND CONFIDENTIAL
Copyright (c) 2026 ArchiDot Studio. All rights reserved.

This source code is the intellectual property of ArchiDot Studio.
Unauthorized copying, modification, distribution, disclosure,
sublicensing, or commercial use is prohibited without prior
written permission from ArchiDot Studio. */
.workspace-date-row{box-sizing:border-box;width:100%;max-width:1440px;margin:0 auto;display:flex;justify-content:flex-end;padding:18px 4% 0}
.workspace-date{display:flex;align-items:flex-start;gap:6px;color:#142238;font-family:Arial,Helvetica,sans-serif;font-variant-numeric:tabular-nums;white-space:nowrap}
.calendar-part{display:flex;flex-direction:column;align-items:center}
.calendar-part strong{font-size:30px;font-weight:700;line-height:1.1;letter-spacing:-1px}
.calendar-part small{margin-top:6px;font-size:9px;letter-spacing:1px;color:#56667c;line-height:1.4}
.calendar-slash{font-size:25px;font-weight:400;line-height:1.3;color:#748197}

@media(max-width:600px){.workspace-date-row{padding-top:14px}.calendar-part strong{font-size:25px}.calendar-slash{font-size:21px}.calendar-part small{font-size:8px}}
