/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

.speaker-icon {
  cursor: pointer;
  font-size: 24px;
  margin-left: 8px;
}

.button-fixed-footer {
  width: 100%;
  padding: 1rem;
  z-index: 1000;
}

.footer {
  width: 100%;
  background: #f5f5f5;
  padding: 1rem;
  z-index: 999;
}

/* sp */
@media screen and (max-width: 767px) {
  .container {
    min-height: 300px;
  }
}

/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .container {
    min-height: 500px;
  }
}

/* pc */
@media screen and (min-width: 1025px) {
  .container {
    min-height: 700px;
  }
}
