/*
 Theme Name:   Mediafon Technology Theme
 Theme URI:    https://webmenas.lt/
 Description:  Theme for Mediafon Technology By WEB Art Team
 Author:       WEB Art
 Author URI:   https://webmenas.lt/
 Template:     bricks
 Version:      1.2
 Text Domain:  bricks
*/

/* Complianz Cookie Banner */
.cmplz-accept, .cmplz-view-preferences, .cmplz-cookiebanner .cmplz-links .cmplz-link, .cmplz-save-preferences {
  transition: 0.3s;
}

.cmplz-message {
  text-align: justify;
  text-justify: inter-word;
  word-spacing: normal;
  hyphens: auto;
}

.cmplz-placeholder-1 {
	height: 100% !important;
}

.cmplz-blocked-content-container .cmplz-blocked-content-notice, .cmplz-wp-video .cmplz-blocked-content-notice {
	padding: 18px;
	border-radius: 15px;
}

.cmplz-deny {
  display: none !important;
} 

.cmplz-placeholder-element.cmplz-no-video.cmplz-processed.cmplz-activated {
	border: none;
}

.cmplz-accept, .cmplz-view-preferences, .cmplz-save-preferences {
  height: 50px !important;
}

.cmplz-accept:hover, .cmplz-view-preferences:hover, .cmplz-save-preferences:hover {
  background-color: var(--bricks-color-kdwros) !important;
  color: var(--bricks-color-adfhay) !important;
  border: 2px solid var(--bricks-color-kdwros) !important;
  transition: 0.3s;
}

.cmplz-always-active {
	color: var(--bricks-color-adfhay) !important;
}

.cmplz-cookiebanner .cmplz-links .cmplz-link:hover {
	color: var(--bricks-color-kdwros) !important;
}

.cmplz-accept {
  border: 2px solid var(--cmplz_button_settings_border_color) !important;
}

.cmplz-view-preferences, .cmplz-save-preferences {
  background-color: var(--cmplz_button_settings_background_color);
  border: 2px solid var(--cmplz_button_settings_border_color) !important;
  color: var(--bricks-color-adfhay) !important;
}

.cmplz-cookiebanner .cmplz-buttons {
  flex-direction: column;
}

.cmplz-cookiebanner .cmplz-header {
  grid-template-columns: 0px 1fr 0px !important;
}

.cmplz-cookiebanner .cmplz-title {
  font-weight: 700 !important;
}

.cmplz-cookiebanner.cmplz-show {
  padding: 30px;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category {
	border-radius: 9px;
}

@media screen and (max-width: 480px) {
  .cmplz-cookiebanner.cmplz-show {
    padding: 20px;
  }
}

@media (max-width: 425px) {
  .cmplz-cookiebanner .cmplz-header .cmplz-title {
    display: block !important;
  }
}

/* Firefox scrollbar customization */
:root {
  scrollbar-color: #94C8EE rgb(248, 247, 247) !important;
  scrollbar-width: thin !important;
}

/* Webkit scrollbar customization (Chrome, Safari, Edge) */
::-webkit-scrollbar {
  width: 8px;
  height: 15px;
}

::-webkit-scrollbar-track-piece {
  background-color: #F8F7F7;
}

::-webkit-scrollbar-thumb {
  background-color: #94C8EE;
}

/* Text selection styling */
::selection {
  background: #94C8EE;
  color: #003173;
}

::-moz-selection {
  background: #94C8EE;
  color: #003173;
}

/* Ensure text elements have #003173 text when selected */
p::selection, h1::selection, h2::selection, h3::selection, 
h4::selection, h5::selection, h6::selection, li::selection {
  color: #003173;
}

p::-moz-selection, h1::-moz-selection, h2::-moz-selection, h3::-moz-selection,
h4::-moz-selection, h5::-moz-selection, h6::-moz-selection, li::-moz-selection {
  color: #003173;
}