.logo-format-block {
  display: flex;
  width: 100%;
  padding: 60px 112px 66px 112px;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  box-sizing: border-box;
}

.logo-format-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 16px;
  flex-shrink: 0;
}

.format-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  width: 100%;
}

.format-circle-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  overflow-x: auto;
}

.circle {
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  min-width: 36px !important;
  min-height: 36px !important;
  cursor: pointer;
}

.circle.light {
  background-color: #e0e0e0;
}

.circle.purple {
  background-color: #8000ff;
}

.logo-format-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 6px;
  background: url("../images/Logo-Gray@2x.png") rgb(211, 211, 211) center /
    cover no-repeat;
}

@container (max-width: 1440px) {
  .logo-format-block {
    padding: 60px 32px 66px 32px;
  }
}

@container (max-width: 1024px) {
  .logo-format-block {
    padding: 60px 32px 66px 32px;
  }

  .logo-format-container {
    width: 100%;
  }
}

@container (max-width: 540px) {
  .logo-format-block {
    padding: 60px 16px 66px 16px;
  }
}
