/* PAC v1.9.3.1 | Agenda Visual Identity */
.agenda-company-identity{
  position:relative;
  display:grid;
  place-items:center;
  width:54px;
  height:54px;
  flex:0 0 54px;
  border-radius:15px;
  background:linear-gradient(145deg,rgba(255,255,255,.10),rgba(255,255,255,.025));
  border:1px solid rgba(153,233,242,.18);
  box-shadow:0 7px 18px rgba(0,0,0,.18);
}
.agenda-company-logo{
  display:block;
  width:44px;
  height:44px;
  object-fit:contain;
  border-radius:11px;
  background:#fff;
  box-sizing:border-box;
  padding:3px;
}
.agenda-country-flag-badge{
  position:absolute;
  right:-7px;
  bottom:-7px;
  display:grid;
  place-items:center;
  min-width:25px;
  height:21px;
  padding:0 3px;
  border-radius:7px;
  border:2px solid #062a34;
  background:#f7fbfc;
  box-shadow:0 4px 10px rgba(0,0,0,.30);
  font-family:"Segoe UI Emoji","Apple Color Emoji","Noto Color Emoji",sans-serif;
  font-size:16px;
  line-height:1;
}
.agenda-company-identity-detail{
  width:82px;
  height:82px;
  flex-basis:82px;
  border-radius:20px;
}
.agenda-company-identity-detail .agenda-company-logo{
  width:70px;
  height:70px;
  border-radius:16px;
  padding:5px;
}
.agenda-company-identity-detail .agenda-country-flag-badge{
  right:-8px;
  bottom:-7px;
  min-width:30px;
  height:24px;
  font-size:19px;
}
.agenda-card-head .agenda-company-identity + .agenda-card-title{
  padding-left:2px;
}
@media(max-width:560px){
  .agenda-company-identity{
    width:48px;
    height:48px;
    flex-basis:48px;
  }
  .agenda-company-logo{
    width:39px;
    height:39px;
  }
  .agenda-company-identity-detail{
    width:70px;
    height:70px;
    flex-basis:70px;
  }
  .agenda-company-identity-detail .agenda-company-logo{
    width:59px;
    height:59px;
  }
}
