@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/* Standard affiliate Action CTA */
.cta-action-amber { margin: 2rem 0; }
.cta-action-amber .wp-block-button {
  width: 100%;
  max-width: 620px;
}
.cta-action-amber .wp-block-button__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  padding: 14px 24px;
  border: 0;
  border-radius: 8px;
  background-color: #F4B942;
  color: #1F2A44;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
  transition: background-color .15s ease;
}
.cta-action-amber .wp-block-button__link:hover,
.cta-action-amber .wp-block-button__link:focus-visible {
  background-color: #E5A82E;
  color: #1F2A44;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

@media (max-width: 600px) {
  .cta-action-amber .wp-block-button { max-width: none; }
}
