.ccfolia-log-export-wrap {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 10px;
}

.ccfolia-log-export-btn {
  appearance: none;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.04);
  color: rgba(255,255,255,0.58);
  border-radius: 999px;
  padding: 5px 12px;
  font-size: 11px;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.ccfolia-log-export-btn:hover {
  color: rgba(255,255,255,0.86);
  background: rgba(255,255,255,0.08);
}

.ccfolia-export-btn {
  color: #5f4354 !important;
  background: rgba(255, 255, 255, 0.72) !important;
  border: 1px solid rgba(95, 67, 84, 0.28) !important;
}

.ccfolia-export-btn:hover {
  background: rgba(255, 255, 255, 0.92) !important;
  border-color: rgba(95, 67, 84, 0.45) !important;
}

/* ==============================
   ココフォリアログ HTML出力ボタン
   SWELL上書き用
============================== */

.ccfolia-log-viewer .ccfolia-log-export-wrap {
  display: flex !important;
  justify-content: flex-end !important;
  margin: 0 0 12px !important;
}

.ccfolia-log-viewer button.ccfolia-log-export-btn,
.ccfolia-log-viewer .ccfolia-log-export-btn,
body .ccfolia-log-viewer button.ccfolia-log-export-btn {
  appearance: none !important;
  -webkit-appearance: none !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;

  padding: 5px 12px !important;
  border-radius: 999px !important;

  border: 1px solid rgba(95, 67, 84, 0.35) !important;
  background: rgba(255, 255, 255, 0.88) !important;
  background-color: rgba(255, 255, 255, 0.88) !important;
  background-image: none !important;

  color: #5f4354 !important;
  font-size: 11px !important;
  line-height: 1.4 !important;
  letter-spacing: 0.08em !important;
  font-weight: 500 !important;

  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
  text-shadow: none !important;
  opacity: 1 !important;
  cursor: pointer !important;
}

.ccfolia-log-viewer button.ccfolia-log-export-btn:hover,
.ccfolia-log-viewer .ccfolia-log-export-btn:hover,
body .ccfolia-log-viewer button.ccfolia-log-export-btn:hover {
  border-color: rgba(95, 67, 84, 0.55) !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
  color: #3f2d38 !important;
  opacity: 1 !important;
}
