/*
Theme Name: Chalet
Theme URI: https://chalet.qodeinteractive.com
Description: Travel Accommodation Booking Theme
Author: Edge Themes
Author URI: https://qodeinteractive.com
Text Domain: chalet
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Requires at least: 6.3
Tested up to: 6.8
Requires PHP: 7.4
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Sidebar Kontakt-Widget */
.wpz-contact-widget {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  padding: 10px 0;
  text-align: center;
}

.wpz-contact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.wpz-contact-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #d7cdba;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0e150e;
  flex-shrink: 0;
}

.wpz-contact-icon svg {
  width: 22px;
  height: 22px;
}

.wpz-contact-item a,
.wpz-contact-item span {
  color: #0e150e;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px;
  line-height: 1.6;
  text-decoration: none;
}

.wpz-contact-item a:hover {
  color: #A68A7F !important;
}
