/*
Theme Name: Mezclarte Theme
Theme URI:
Author: Carlos R. Díaz
Author URI:
Description: Mezclarte website theme 2025.
Version: 0.4
License:
License URI:
Tags:
Text Domain:
*/

/* Custom header styles */
a.custom-logo-link {
  display: flex;
  align-items: center;
  height: 100px;
}

img.custom-logo {
  height: 70%;
  width: auto;
}

.header-add {
  display: flex;
}

.header-add a {
  display: flex;
  align-items: center;
  height: 150px;
}

.header-add a > img {
  height: 70%;
  width: auto;
}

/* Custom page styles */
.prose h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.prose p {
  margin-bottom: 1rem;
}

.prose p > a {
  color: #2563eb; /* Blue-600 */
  text-decoration: underline;
}

.prose p > a:hover {
  color: #1e40af; /* Blue-800 */
}

.prose div.wp-block-buttons {
  margin-bottom: 1rem;
}