/*
Theme Name:   Makaffo Child
Theme URI:    https://demo.oceanthemes.site/makaffo/
Description:  Make your modifications to [Parent Theme] in this Makaffo child theme.
Author:       OceanThemes
Author URI:   http://oceanthemes.net/
Template:     makaffo
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  makaffo-child
*/

/* =Theme customization starts here
------------------------------------------------------- */
:root {
  --makaffo-h1-font-size: 38px;
  --makaffo-h1-line-height: 46px;
  --makaffo-h2-font-size: 32px;
  --makaffo-h2-line-height: 38px;
  --makaffo-h3-font-size: 28px;
  --makaffo-h3-line-height: 36px;
  --makaffo-h4-font-size: 24px;
  --makaffo-h4-line-height: 32px;
  --makaffo-h5-font-size: 20px;
  --makaffo-h5-line-height: 28px;
  --makaffo-h6-font-size: 18px;
  --makaffo-h6-line-height: 24px;
  --makaffo-border-radius: 6px;
}

.page-header {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.page-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0.2) 80%
    );
    z-index: 1;
}

/* Đảm bảo nội dung tiêu đề, breadcrumbs hiện phía trên overlay */
.page-header .dcell,
.page-header .container {
    position: relative;
    z-index: 2;
}
