.elementor-14 .elementor-element.elementor-element-46d9c08{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-14 .elementor-element.elementor-element-36c58e0 > .elementor-widget-container{margin:5% 0% 0% 0%;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-36c58e0 */#drill-cat-wrap {
    max-width: 950px;
    margin: 38px auto;
    padding: 0 10px;
}
.drillcat-nav {
    margin-bottom: 16px;
    text-align: left;
}
.drillcat-back {
    background: #fff6e1;
    border: none;
    border-radius: 9px;
    font-weight: 700;
    font-size: 1.05em;
    color: #d28d00;
    padding: 7px 18px;
    cursor: pointer;
    margin-bottom: 12px;
    transition: background .14s;
}
.drillcat-back:hover { background: #fff1c1; }

.drillcat-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 28px 22px;
    justify-content: center;
}
.drillcat-item {
    min-width: 190px;
    max-width: 220px;
    flex: 1 1 190px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px 0 rgba(240,160,100,0.10);
    padding: 16px 10px 12px 10px;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    cursor: pointer;
    transition: box-shadow .14s, transform .14s;
}
.drillcat-item:hover {
    box-shadow: 0 8px 32px 0 rgba(240,160,100,0.17);
    transform: translateY(-3px) scale(1.025);
}
.drillcat-item img {
    width: 55px;
    height: 55px;
    border-radius: 10px;
    object-fit: cover;
    border: 1px solid #eee;
    background: #f8f3ed;
    margin-bottom: 8px;
}
.drillcat-title {
    font-weight: 700;
    font-size: 1.07em;
    color: #d8447a;
    text-align: center;
    margin-bottom: 3px;
}
.drillcat-count {
    color: #cfa100;
    font-size: 1em;
    font-weight: 600;
}

.drillcat-empty {
    text-align: center;
    color: #a0a0a0;
    font-size: 1.1em;
    padding: 30px 0 50px 0;
}

@media (max-width: 800px) {
    .drillcat-grid { gap: 18px 10px; }
    .drillcat-item { min-width: 47vw; max-width: 90vw; }
}
.drillcat-plus {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 50%;
    background: #faefd3;
    color: #e79a00;
    font-weight: 900;
    font-size: 2.0em;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 4px 0 rgba(250,200,100,0.08);
    border: 2px solid #ffe5a2;
    transition: background .14s, color .12s;
    z-index: 2;
    pointer-events: none;
}
.drillcat-item:hover .drillcat-plus {
    background: #ffeec1;
    color: #d8447a;
}/* End custom CSS */