
.area-guides-hero {
    overflow: hidden !important;
}
.area-card-link{
    text-decoration: none !important;
}
.area-guides-hero .yoast-breadcrumbs * {
    color: #fff !important;
}
.area-guides-hero-cover-content-container::before {
    display: none !important;
}

.area-guides-hero-cover-content-container{
    float: left;
    max-width: 400px !important;
}

.area-guides-hero .wp-block-cover {
    position: relative;
}

.area-guides-hero .wp-block-cover__background {
    opacity: 1 !important;
    background: linear-gradient(
        90deg, 
        rgba(107, 32, 125, 1) 0%,
        rgba(107, 32, 125, 0.95) 25%,
        rgba(107, 32, 125, 0.4) 40%,
        rgba(107, 32, 125, 0) 90%
    ) !important;
    z-index: 1;
}

.area-guides-hero .wp-block-cover__inner-container {
    z-index: 2;
    position: relative;
}




        .area-guide-local-expert .expert-actions {
            display: flex;
            gap: 12px;
            flex-shrink: 0;
        }

        .area-guide-local-expert .btn-outline {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            border: 1px solid var(--primary);
            color: var(--primary);
            background: transparent;
            padding: 10px 20px;
            font-size: 14px;
            font-weight: 600;
            text-decoration: none !important;
            border-radius: 2px;
            transition: all 0.2s;
            white-space: nowrap;
        }

        .area-guide-local-expert .btn-outline:hover {
            background: var(--primary);
            color: #fff;
        }

       .area-guide-local-expert  .btn-outline svg {
            width: 15px;
            height: 15px;
            fill: currentColor;
            stroke: none;
        }

.area-guide-local-expert .wp-block-columns {
    display: grid;
    grid-template-columns: 30% 1fr auto;
    gap: 50px;
    /* This centers items vertically */
    align-items: center; 
}

.area-guide-local-expert .profile-stack{
    gap: 6px;
}



.area-guide-local-expert .email-row,.area-guide-local-expert .number-row{
gap: 10px;
align-items: center;
}

.area-guide-local-expert .email-row figure, .area-guide-local-expert .number-row figure{
    margin-bottom: 10px;
}
.area-guide-local-expert .profile-row{
    align-items: flex-start;
}
.area-guide-local-expert .action-buttons-container{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.area-guide-local-expert .area-guide-local-expert h2 {
    font-size: 26px !important;
}

.area-guide-local-expert .area-guide-local-expert p {
    color: #555;
    line-height: 1.5;
}

/* Purple Links and Icons */
.area-guide-local-expert .purple-text a, .purple-text {
    color: #6B207D !important;
    text-decoration: none;
    font-weight: 500;
}

/* Action Buttons Container */
.area-guide-local-expert .expert-actions {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}

/* The Outline Buttons */
.area-guide-local-expert .btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border: 1px solid #6B207D;
    border-radius: 4px;
    color: #6B207D !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.area-guide-local-expert .btn-outline:hover {
    background-color: #6B207D;
    color: #ffffff !important;
}

/* SVG Icon sizing inside buttons */
.area-guide-local-expert .btn-outline svg {
    width: 18px;
    height: 18px;
    fill: currentColor; /* Matches text color */
}

@media (max-width: 1200px) {
.area-guide-local-expert .wp-block-columns {
    display: grid;
    grid-template-columns: 20% 1fr auto;
    gap: 30px;
    align-items: center;
}
}

@media (max-width: 1024px) {
  .area-guide-local-expert .wp-block-columns {
        display: grid;
        grid-template-columns: 1fr; /* single full-width column */
        gap: 40px; /* optional spacing */
        align-items: start; 
    }
    .area-guide-local-expert .action-buttons-container{
        align-items: start;
    }
}

@media (max-width: 782px) {
   .area-guide-local-expert  .expert-actions {
        flex-wrap: wrap;
        display: block;
        width: 100%;
    }

    .area-guide-local-expert  .expert-actions a{
        width: 100%;
        margin-bottom: 10px;
    }


    .area-guides-hero .wp-block-cover__background {
    opacity: 1 !important;
    background: linear-gradient(
        90deg, 
        rgba(107, 32, 125, 1) 0%,
        rgba(107, 32, 125, 0.95) 25%,
        rgba(107, 32, 125, 0.4) 75%,
        rgba(107, 32, 125, 0) 95%
    ) !important;
    z-index: 1;
}
}