h1.heading {
    font-size: 3em;
}

.heading .hero .highlight {
    position: relative;
}

.heading .hero .highlight:before {
    background-color: #FACC15;
    opacity: 0.7;
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + 0.4em);
    height: 70%;
    border-radius: 1em;
    left: -0.2em;
    bottom: 0.05em;
    z-index: -1;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

td.pricing-05__card_box--accent,
td.pricing-05__card_button_box--accent {
    width: 33%;
    border: 2px solid #ffcb00;
}

td.pricing-05__card_box--accent {
    border-bottom: none;
    border-radius: 10px 10px 0 0;
}

td.pricing-05__card_button_box--accent {
    border-top: none;
}

td.pricing-05__info--accent {
    border-left: 2px solid #ffcb00;
    border-right: 2px solid #ffcb00;
}

/* General button styles */
.button-google {
    background-color: #f0f1f5;
    border: 1px solid #d1d5db;
    color: #4a5568;
    font-weight: 600;
    padding: 1rem 1rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    text-decoration: none;
    border-radius: 10px;
}

/* Hover effect for the button */
.button-google:hover {
    background-color: #E0E3EB;
}

/* Styles for the Google SVG icon */
.button-google svg {
    width: 24px;
    height: 24px;
}

/* Styles for the button text */
.button-google span {
    font-size: 1rem;
    line-height: 1.5;
}

.popup-01__heading,
.popup-01__cta-box {
    text-align: center;
}

.popup-01__heading {
    margin-bottom: 40px;
}

.popup-01__cta-box p {
    max-width: 300px;
    margin: 0 auto;
}

.popup-01__cta-box .button-google {
    margin-bottom: 15px;
}

.pricing-05__price_symbol,
.pricing-05__price {
    font-size: 2em;
    font-weight: bold;
}

.pricing-05__card_title {
    opacity: 0.7;
    font-weight: 500;
}

.cookie-popup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    display: none;
    width: 400px;
    z-index: 1000;
    background: #F6F6F6;
    font-size: 13px;
    color: #656565;
}

.cookie-popup p {
    margin-top: 0;
}

.cookie-popup a {
    color: #303030;
}

.cookie-popup-accept {
    color: #656565;
    text-decoration: none;
    border-radius: 6px;
    border: 1px solid #656565;
    padding: 4px 8px;
}
