/* GFY ENTRY SIDEBAR GENERATOR REDESIGN 2.0.0 */

.gfy-pc61-sidebar.gfy-pc61-sidebar--v2{
    display:grid;
    gap:14px;
    margin:0 0 14px;
}
.gfy-pc61-sidebar--v2,.gfy-pc61-sidebar--v2 *{box-sizing:border-box;}
.gfy-pc61-sidebar--v2 .gfy-pc61-card{
    margin:0;overflow:hidden;border:1px solid #dce7ef;border-radius:18px;
    background:#fff;box-shadow:0 10px 28px rgba(24,52,80,.055);
}
.gfy-pc61-sidebar--v2 .gfy-pc61-card__body{padding:17px;}
.gfy-pc61-sidebar--v2 .gfy-pc61-card__eyebrow{
    margin:0 0 4px;color:#7a8e9f;font-size:10px;font-weight:900;
    letter-spacing:.08em;text-transform:uppercase;
}
.gfy-pc61-sidebar--v2 .gfy-pc61-card__title{
    margin:0;color:#173b59;font-size:17px;line-height:1.25;font-weight:900;
}
.gfy-pc61-sidebar--v2 .gfy-pc61-card__subtitle{
    margin:6px 0 0;color:#708696;font-size:11.5px;line-height:1.45;
}
.gfy-pc61-sidebar--v2 .gfy-pc61-card--actions .gfy-pc61-card__body{padding:15px;}
.gfy-pc61-sidebar--v2 .gfy-pc61-actions{
    display:grid;grid-template-columns:1fr 1fr;gap:8px;
}
.gfy-pc61-sidebar--v2 .gfy-pc61-button{
    display:flex;align-items:center;justify-content:center;min-height:40px;
    padding:9px 10px;border:1px solid #d5e1ea;border-radius:10px;background:#fff;
    color:#315570;font:inherit;font-size:12px;font-weight:850;text-align:center;
    text-decoration:none;cursor:pointer;
}
.gfy-pc61-sidebar--v2 .gfy-pc61-button:hover{
    border-color:#b8cfdf;background:#f8fbfd;color:#0b73d8;
}
.gfy-pc61-sidebar--v2 .gfy-pc61-button--primary{
    grid-column:1 / -1;min-height:48px;border-color:#0b73d8;border-radius:12px;
    background:linear-gradient(90deg,#0b73d8,#1689eb);color:#fff;font-size:14px;
    font-weight:900;box-shadow:0 8px 18px rgba(11,115,216,.18);
}
.gfy-pc61-sidebar--v2 .gfy-pc61-card--contact .gfy-pc61-card__body{padding:0;}
.gfy-pc61-sidebar--v2 .gfy-pc61-card__head{
    padding:16px 17px 13px;border-bottom:1px solid #edf2f6;
    background:linear-gradient(180deg,#fff 0%,#fbfdff 100%);
}
.gfy-pc61-sidebar--v2 .gfy-pc61-contact{padding:5px 17px 10px;}
.gfy-pc61-sidebar--v2 .gfy-pc61-contact__row{
    display:grid;grid-template-columns:30px minmax(0,1fr);gap:10px;align-items:start;
    padding:10px 0;border-bottom:1px solid #edf2f6;
}
.gfy-pc61-sidebar--v2 .gfy-pc61-contact__row:last-of-type{border-bottom:0;}
.gfy-pc61-sidebar--v2 .gfy-pc61-contact__icon{
    display:flex;align-items:center;justify-content:center;width:28px;height:28px;
    border-radius:9px;background:#eef6fb;color:#1778be;font-size:13px;font-weight:900;
}
.gfy-pc61-sidebar--v2 .gfy-pc61-contact__label{
    display:block;margin:0 0 2px;color:#8295a4;font-size:9px;font-weight:900;
    letter-spacing:.06em;text-transform:uppercase;
}
.gfy-pc61-sidebar--v2 .gfy-pc61-contact__value{
    display:block;min-width:0;color:#385a71;font-size:12.5px;line-height:1.45;
    overflow-wrap:anywhere;
}
.gfy-pc61-sidebar--v2 .gfy-pc61-contact__value a{color:#0b73d8;text-decoration:none;}
.gfy-pc61-sidebar--v2 .gfy-pc61-status{
    display:flex;align-items:flex-start;gap:9px;margin:5px 17px 16px;padding:11px 12px;
    border:1px solid #d9eee6;border-radius:11px;background:#f2fbf7;
}
.gfy-pc61-sidebar--v2 .gfy-pc61-status__dot{
    flex:0 0 auto;width:9px;height:9px;margin-top:4px;border-radius:50%;
    background:#18a66d;box-shadow:0 0 0 4px rgba(24,166,109,.10);
}
.gfy-pc61-sidebar--v2 .gfy-pc61-status strong{
    display:block;color:#177e58;font-size:11.5px;line-height:1.25;
}
.gfy-pc61-sidebar--v2 .gfy-pc61-status small{
    display:block;margin-top:2px;color:#6f877e;font-size:10px;line-height:1.35;
}
.gfy-pc61-sidebar--v2 .gfy-pc61-card--secondary .gfy-pc61-card__body{padding:15px 16px 16px;}
.gfy-pc61-sidebar--v2 .gfy-pc61-card--secondary .gfy-pc61-card__title{font-size:14px;}
.gfy-pc61-sidebar--v2 .gfy-pc61-note{
    margin:6px 0 12px;color:#768b9b;font-size:11px;line-height:1.45;
}
.gfy-pc61-sidebar--v2 .gfy-pc61-secondary-link{
    display:flex;align-items:center;justify-content:center;width:100%;min-height:39px;
    padding:8px 11px;border:1px solid #d6e1e9;border-radius:10px;background:#fff;
    color:#315570;font-size:11.5px;font-weight:850;text-decoration:none;
}
.gfy-pc61-sidebar--v2 .gfy-pc61-secondary-link:hover{
    border-color:#b9cedd;background:#f8fbfd;color:#0b73d8;
}
@media(max-width:640px){
    .gfy-pc61-sidebar--v2 .gfy-pc61-actions{grid-template-columns:1fr;}
    .gfy-pc61-sidebar--v2 .gfy-pc61-button--primary{grid-column:auto;}
    .gfy-pc61-sidebar--v2 .gfy-pc61-card{border-radius:14px;}
}
