/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
.contact-block {
  list-style: none;
  padding: 0;
  margin: 0;
  color: var(--white);
  background-color: var(--night); }
  .contact-block li {
    display: flex;
    gap: 20px;
    position: relative;
    margin-top: 30px;
    align-items: center; }
    .contact-block li > span {
      background-color: var(--lightblue);
      width: 50px;
      height: 50px;
      border-radius: 15px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .contact-block li > span.icon-whatsapp {
        font-size: 22px; }
        .contact-block li > span.icon-whatsapp:before {
          margin-right: -3px; }
      .contact-block li > span.icon-mail:before {
        margin-right: -2px; }
    .contact-block li .icon-chevron-right {
      position: absolute;
      right: 0;
      font-size: 10px;
      top: 0;
      bottom: 0;
      margin: auto;
      border: 1px solid var(--white);
      background: transparent; }
      .contact-block li .icon-chevron-right:before {
        margin-right: -2px; }
    .contact-block li .value label {
      font-weight: bold; }
    .contact-block li .value a {
      display: block;
      font-weight: normal;
      color: var(--white); }

/*# sourceMappingURL=contact.css.map */
