/**
 * Theme Name: Polstore
 * Author: Silverbackstudios.co.uk
 * Author URI: https://silverbackstudios.co.uk/
 * Description: Custom made WordPress theme for Polstore
 * Template: understrap
 * Version: 1.2.2
 * License: GNU General Public License v2 or later
 * License URI: LICENSE
 * Text Domain: polstore
 */

nav.navbar .phone-number {
  line-height: 72px;
  font-size: 18px;
  margin: 0 0 2px 0;
  float: left;
  color: #fff !important;
  font-family: urw-din, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
}

footer .phone-number {
  font-size: 18px;
  margin: 5px 0 2px 0;
  float: left;

  color: #fff !important;
  font-family: urw-din, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
}

.accordion .card [type='button'] img {
  position: absolute;
  right: 20px;
  left: auto;
  top: calc(50% - 8px);
  width: 10px;
  height: 16px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition:
    transform 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
  -webkit-animation-name: none;
  animation-name: none;
}

.accordion .card [type='button'] {
  margin: 0;
  text-align: unset;
}

.accordion .card [type='button']:hover {
  background-color: #009fe3;
  text-decoration: none !important;
}

.accordion .card [type='button'][aria-expanded='true'] {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.accordion .card [type='button'][aria-expanded='true'] img {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/**
 * Block editor pages
 */
.block-page {
  padding: 4em;
}

.block-page h1 {
  color: #009fe3;
}
