@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.br-in-mobile {
  display: none;
}
@media (max-width: 745px) {
  body:not(.preview) .br-in-mobile {
    display: initial;
  }
}

.br-in-tablet {
  display: none;
}
@media (max-width: 847px) {
  body:not(.preview) .br-in-tablet {
    display: initial;
  }
}

html,
body {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.84);
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

.widget-container {
  max-width: 1040px;
  height: 844px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  gap: 40px;
  margin: 0 auto;
}
@media (max-width: 847px) {
  body:not(.preview) .widget-container {
    gap: 38px;
    padding: 16px;
  }
}
@media (max-width: 745px) {
  body:not(.preview) .widget-container {
    gap: 24px;
    padding: 0;
  }
  body:not(.preview) .widget-container:has(.user-card:only-child) {
    gap: 40px;
  }
}

.widget-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.widget-title {
  display: block;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.84);
  line-height: 56px;
  white-space: nowrap;
}
@media (max-width: 745px) {
  body:not(.preview) .widget-title {
    font-size: 32px;
    line-height: 44px;
  }
}

.widget-subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  white-space: nowrap;
  flex-direction: column;
}

.subtitle-text {
  font-family: Lato, -apple-system, BlinkMacSystemFont, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.74);
  line-height: 28px;
}

.subtitle-divider {
  display: block;
  width: 1px;
  height: 28px;
  background: rgba(0, 0, 0, 0.12);
}
@media (max-width: 847px) {
  body:not(.preview) .subtitle-divider {
    display: none;
  }
}

.subtitle-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: Lato, -apple-system, BlinkMacSystemFont, "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.56);
  line-height: 28px;
}

.subtitle-image {
  display: block;
  height: 28px;
  object-fit: cover;
}

.user-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 768px;
}
@media (min-width: 848px) {
  body:not(.preview) .user-cards:not(:has(.user-card:nth-child(4))) {
    justify-content: center;
  }
  body:not(.preview) .user-cards:has(.user-card:nth-child(4)) .user-card {
    padding: 20px 12px 14px;
    max-width: 192px;
  }
}
@media (max-width: 847px) {
  body:not(.preview) .user-cards {
    display: grid;
    width: auto;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }
  body:not(.preview) .user-cards:has(.user-card:nth-child(3):last-child) .user-card:last-child {
    grid-column: span 2;
  }
  body:not(.preview) .user-cards:has(.user-card:nth-child(2):last-child) {
    grid-template-columns: 1fr;
  }
}
.user-cards:has(.user-card:only-child) {
  grid-template-columns: 1fr;
}
@media (max-width: 847px) {
  body:not(.preview) .user-cards:has(.user-card:only-child) .user-avatar {
    width: 128px;
    height: 128px;
  }
  body:not(.preview) .user-cards:has(.user-card:only-child) .user-name {
    font-size: 18px;
    line-height: 28px;
  }
  body:not(.preview) .user-cards:has(.user-card:only-child) .user-position {
    font-size: 14px;
    line-height: 24px;
  }
  body:not(.preview) .user-cards:has(.user-card:only-child) .user-cta {
    font-size: 14px;
    padding: 6px 24px;
  }
}
@media (max-width: 745px) {
  body:not(.preview) .user-cards:has(.user-card:only-child) .user-card {
    max-width: 240px;
  }
  body:not(.preview) .user-cards:has(.user-card:only-child) .user-avatar {
    width: 160px;
    height: 160px;
  }
  body:not(.preview) .user-cards:has(.user-card:only-child) .user-name {
    font-size: 22px;
    line-height: 32px;
  }
  body:not(.preview) .user-cards:has(.user-card:only-child) .user-position {
    font-size: 15px;
    line-height: 24px;
  }
  body:not(.preview) .user-cards:has(.user-card:only-child) .user-cta-click-area {
    max-width: 240px;
  }
  body:not(.preview) .user-cards:has(.user-card:only-child) .user-cta {
    padding: 10px 32px;
    font-size: 16px;
    line-height: 24px;
  }
}

.user-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  padding: 20px 36px 14px;
  gap: 16px;
  width: 100%;
  max-width: 240px;
  box-sizing: border-box;
}
@media (max-width: 847px) {
  body:not(.preview) .user-card {
    padding: 20px 20px 14px;
    max-width: 176px;
  }
}
@media (max-width: 745px) {
  body:not(.preview) .user-card {
    padding: 20px 20px 14px;
  }
}

.user-avatar {
  position: relative;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #f0f0f0;
  outline: 1px solid rgba(0, 0, 0, 0.06);
}
@media (max-width: 847px) {
  body:not(.preview) .user-avatar {
    width: 104px;
    height: 104px;
  }
}
.user-avatar a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.user-avatar a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  transition: all 0.2s ease;
}
.user-avatar a:hover:before {
  background: rgba(0, 0, 0, 0.03);
}
.user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.user-name-wrapper {
  max-width: 100%;
}

.user-name {
  font-size: 18px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.84);
  letter-spacing: 0.18px;
  line-height: 28px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
@media (max-width: 847px) {
  body:not(.preview) .user-name {
    font-size: 14px;
    line-height: 24px;
  }
}

.user-position {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.56);
  line-height: 24px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 847px) {
  body:not(.preview) .user-position {
    font-size: 12px;
    line-height: 16px;
  }
}

.user-cta-click-area {
  display: block;
  cursor: pointer;
  padding: 6px 4px;
  max-width: 168px;
}

.user-cta {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  white-space: nowrap;
  background: linear-gradient(135deg, #0d93e0 0%, #00c4c4 100%);
  padding: 6px 24px;
  border-radius: 100px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.02);
  transition: all 0.2s ease;
}
@media (max-width: 847px) {
  body:not(.preview) .user-cta {
    font-size: 12px;
    padding: 2px 16px;
  }
}
.user-cta:hover {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.02);
}

.widget-footer {
  text-align: center;
}
.widget-footer .footer-link-wrapper {
  display: block;
  padding: 6px 4px;
  cursor: pointer;
}
.widget-footer .footer-link-wrapper:hover .footer-link {
  background-color: rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.02);
}
.widget-footer .chevron {
  width: 24px;
  height: 24px;
}

.footer-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.56);
  line-height: 24px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.02);
  padding: 14px 28px 14px 32px;
  border-radius: 100px;
  transition: all 0.2s ease;
}

body.preview .widget-container {
  gap: 20px;
  padding: 20px;
  width: 520px;
  height: 333px;
}
body.preview .widget-header {
  gap: 4px;
}
body.preview .widget-title {
  font-size: 20px;
  line-height: 28px;
}
body.preview .widget-subtitle {
  gap: 8px;
}
body.preview .subtitle-text {
  font-size: 8px;
  line-height: 14px;
}
body.preview .subtitle-divider {
  height: 14px;
}
body.preview .subtitle-image-wrapper {
  font-size: 8px;
  line-height: 14px;
}
body.preview .subtitle-image {
  height: 14px;
}
body.preview .user-cards {
  justify-content: center;
  gap: 0;
}
body.preview .user-card {
  padding: 10px 14px 7px;
  gap: 8px;
  max-width: 120px;
}
body.preview .user-avatar {
  width: 64px;
  height: 64px;
}
body.preview .user-name {
  font-size: 9px;
  line-height: 14px;
  letter-spacing: 0.09px;
}
body.preview .user-position {
  font-size: 7px;
  line-height: 12px;
}
body.preview .user-cta-click-area,
body.preview .footer-link-wrapper {
  padding: 3px 2px;
}
body.preview .user-cta {
  font-size: 8px;
  line-height: 12px;
  padding: 5px 12px;
}
body.preview .footer-link {
  font-size: 8px;
  line-height: 12px;
  padding: 7px 14px 7px 16px;
}
body.preview .chevron {
  width: 12px;
  height: 12px;
}
