/*
Theme Name: bestlinks
Theme URI: https://bestlinks.co.il
Description: Child theme for Hello Elementor (BestLinks)
Author: BestLinks
Template: hello-elementor
Version: 1.0.1
*/
/* הכרחה של swap לכל הפונטים שנטענים מהשרת */
@font-face {
    font-family: 'Open Sans Hebrew Condensed';
    font-display: swap !important;
}

@font-face {
    font-family: 'Open Sans';
    font-display: swap !important;
}
/* Tip Box */
.yg-tipbox {
    position: relative;
    margin: 30px auto;
    padding-top: 20px;
    max-width: 900px;
}

.yg-tipbox-inner {
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 14px;
    padding: 28px 24px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

/* אייקון עגול */
.yg-tipbox-icon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    background: white;
    border-radius: 100px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

/* כותרת */
.yg-tipbox-title {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 10px;
}

/* טקסט */
.yg-tipbox-text {
    font-size: 18px;
    line-height: 1.6;
    max-width: 650px;
    margin: auto;
}