/*
Theme Name: Extendable Child Vicor PC AV
Theme URI: https://vicorpcav.com/
Description: Child theme for Extendable theme on Vicor PC AV website.
Author: Vicor PC AV
Author URI: https://vicorpcav.com/
Template: extendable
Version: 1.0.0
Text Domain: extendable-child-vicorpcav
*/

/* =================================================
GLOBAL STYLES
================================================= */

body {
    font-family: inherit;
}

/* =================================================
LOGO
================================================= */

.site-logo img,
.custom-logo {
    max-height: 60px;
}

/* =================================================
HEADER
================================================= */

.wp-site-blocks header {
    position: sticky;
    top: 0;
    z-index: 999;
    backdrop-filter: blur(10px);
}

/* =================================================
BUTTONS
================================================= */

.wp-block-button__link {
    border-radius: 10px;
    transition: all 0.3s ease;
}

.wp-block-button__link:hover {
    transform: translateY(-2px);
}

/* =================================================
CONTENT
================================================= */

.entry-content p {
    line-height: 1.8;
}

/* =================================================
IMAGES
================================================= */

img {
    border-radius: 10px;
}

/* =================================================
FOOTER
================================================= */

footer {
    margin-top: 40px;
}