/*
Theme Name: bosa-influencer-marketing-child
Template: bosa-influencer-marketing
*/
.site-header .site-branding img {
  max-width: 90px;
}
.site-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.breadcrumb-wrap {
  margin-bottom: 0;
}
.block-row {
  padding: 20px;
  background: #c4c4c46b;
  border-left: 5px solid #ff7a5c;
}
.block-col .wp-block-column {
  padding: 20px;
  border: 2px solid #ff7a5c;
  background: #efefef;
}
.block-col .wp-block-column .casi-logo {
  width: fit-content;
  padding: 10px;
  background: #fff;
  border-radius: 60px;
}
table thead tr th {
  background: #ff7a5c;
  text-align: center;
  color: #fff;
}
table tbody tr:nth-child(even) {
  background: #c4c4c46b;
}
.list-grp {
  list-style: disclosure-closed;
  padding: 0;
  margin-left: 25px;
  margin-bottom: 20px;
}
.list-grp li {
  padding: 10px;
  background: #ff7a5c;
  color: #000;
}
.list-grp li:not(:last-child) {
  margin-bottom: 10px;
}
