/* Compact personal calendar entry points for home and profile */
html body.wp-excellence .wp-calendar-preview{box-sizing:border-box;margin:22px 0;padding:22px;border:1px solid #cfdae2;border-radius:20px;background:linear-gradient(140deg,#fff 0%,#f4faf9 58%,#f5f1ff 100%);color:#172235;box-shadow:0 14px 35px rgba(31,52,70,.08);font-family:Arial,sans-serif}
html body.wp-excellence .wp-calendar-preview *{box-sizing:border-box}
html body.wp-excellence .wp-calendar-preview-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-bottom:16px;border-bottom:1px solid #d5e0e6}
html body.wp-excellence .wp-calendar-preview-head span{display:block;margin-bottom:6px;color:#06847f;font-size:.68rem;font-weight:900;letter-spacing:.16em}
html body.wp-excellence .wp-calendar-preview-head h2{margin:0;color:#172235;font-size:1.25rem;line-height:1.2}
html body.wp-excellence .wp-calendar-preview-head p{margin:6px 0 0;color:#69778b;font-size:.79rem;line-height:1.5}
html body.wp-excellence .wp-calendar-preview-head>a{display:flex;align-items:center;justify-content:center;min-height:42px;padding:0 15px;border:1px solid #b9cad4;border-radius:10px;background:#fff;color:#28374c;font-size:.72rem;font-weight:900;text-decoration:none;white-space:nowrap}
html body.wp-excellence .wp-calendar-preview-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding-top:15px}
html body.wp-excellence .wp-calendar-preview-item{display:grid;grid-template-columns:44px minmax(0,1fr);gap:11px;align-items:center;min-width:0;padding:12px;border:1px solid #d3dfe6;border-radius:13px;background:#fff;color:inherit;text-decoration:none}
html body.wp-excellence .wp-calendar-preview-date{display:grid;place-items:center;align-content:center;min-height:48px;border-radius:10px;background:#e9f7f5;color:#087d78}
html body.wp-excellence .wp-calendar-preview-date strong{font-size:1.08rem;line-height:1}
html body.wp-excellence .wp-calendar-preview-date span{margin-top:3px;font-size:.55rem;font-weight:900;text-transform:uppercase}
html body.wp-excellence .wp-calendar-preview-copy{min-width:0}
html body.wp-excellence .wp-calendar-preview-copy small,html body.wp-excellence .wp-calendar-preview-copy strong,html body.wp-excellence .wp-calendar-preview-copy em{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
html body.wp-excellence .wp-calendar-preview-copy small{margin-bottom:4px;color:#7650ec;font-size:.56rem;font-weight:900;letter-spacing:.08em}
html body.wp-excellence .wp-calendar-preview-copy strong{font-size:.75rem}
html body.wp-excellence .wp-calendar-preview-copy em{margin-top:4px;color:#748196;font-size:.65rem;font-style:normal}
html body.wp-excellence .wp-calendar-preview-empty{grid-column:1/-1;margin:0;padding:18px;border:1px dashed #bfcfd8;border-radius:13px;color:#6c7a8e;font-size:.78rem;line-height:1.5;text-align:center}
html body.wp-excellence #account-profile>.wp-calendar-preview{margin:22px 0 28px}
@media(max-width:900px){html body.wp-excellence .wp-calendar-preview-list{grid-template-columns:1fr 1fr}}
@media(max-width:620px){html body.wp-excellence .wp-calendar-preview{padding:17px 14px;border-radius:17px}html body.wp-excellence .wp-calendar-preview-head{display:grid}html body.wp-excellence .wp-calendar-preview-head>a{width:100%}html body.wp-excellence .wp-calendar-preview-list{grid-template-columns:1fr}}
