.elementor-47522 .elementor-element.elementor-element-335cf7e{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-47522 .elementor-element.elementor-element-73a7675 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-73a7675 */.martech-kb-wrapper {
    --primary-blue: #0074D9;
    --text-dark: #1a1a1a;
    --text-muted: #555555;
    --bg-light: #f8f9fa;
    --border-color: #e5e5e5;
    --white: #ffffff;
    --border-radius: 6px;
    
    font-family: 'Roboto', 'Open Sans', Arial, sans-serif !important;
    color: var(--text-dark) !important;
    
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    padding: 20px 5vw !important;
    box-sizing: border-box !important;
}

.martech-kb-wrapper * {
    box-sizing: border-box !important;
}

.martech-kb-wrapper a {
    text-decoration: none !important;
    color: var(--primary-blue) !important;
    transition: 0.3s !important;
}

.martech-kb-wrapper a:hover {
    opacity: 0.8 !important;
}

.martech-kb-wrapper img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
}

.martech-kb-section-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 20px !important;
    margin-top: 40px !important;
    border-left: 4px solid var(--primary-blue) !important;
    padding-left: 10px !important;
}

.martech-kb-section-header h2 {
    font-size: 18px !important;
    font-weight: 700 !important;
    margin: 0 !important;
    text-transform: uppercase !important;
}

.martech-kb-section-header a {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: var(--text-dark) !important;
}

.martech-kb-hero {
    background-color: var(--bg-light) !important;
    padding: 40px !important;
    border-radius: var(--border-radius) !important;
    margin-bottom: 40px !important;
}

.martech-kb-hero h1 {
    font-size: 36px !important;
    font-weight: 800 !important;
    margin: 0 0 15px 0 !important;
    line-height: 1.1 !important;
    text-transform: uppercase !important;
}

.martech-kb-hero h1 .blue-text {
    color: var(--primary-blue) !important;
    display: block !important;
}

.martech-kb-hero p.subtitle {
    font-size: 16px !important;
    color: var(--text-muted) !important;
    max-width: 600px !important;
    margin-bottom: 30px !important;
}

.martech-kb-search {
    display: flex !important;
    max-width: 600px !important;
    margin-bottom: 15px !important;
}

.martech-kb-search input {
    flex-grow: 1 !important;
    padding: 15px 20px !important;
    border: 1px solid var(--border-color) !important;
    border-radius: var(--border-radius) 0 0 var(--border-radius) !important;
    font-size: 15px !important;
    outline: none !important;
}

.martech-kb-search button {
    background-color: var(--primary-blue) !important;
    color: var(--white) !important;
    border: none !important;
    padding: 0 30px !important;
    border-radius: 0 var(--border-radius) var(--border-radius) 0 !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.martech-kb-search button svg {
    width: 20px !important;
    height: 20px !important;
    stroke: currentColor !important;
    stroke-width: 2 !important;
    fill: none !important;
}

.martech-kb-tags {
    font-size: 13px !important;
    font-weight: 600 !important;
}

.martech-kb-tags span {
    color: var(--text-dark) !important;
    margin-right: 10px !important;
}

.martech-kb-tags a {
    margin-right: 5px !important;
}

.martech-kb-grid-6 {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr) !important;
    gap: 15px !important;
}

.martech-kb-problem-card {
    background: var(--white) !important;
    border: 1px solid var(--border-color) !important;
    border-radius: var(--border-radius) !important;
    padding: 25px 15px !important;
    text-align: center !important;
    transition: box-shadow 0.3s !important;
}

.martech-kb-problem-card:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.05) !important;
}

.martech-kb-problem-card .icon {
    font-size: 32px !important;
    color: var(--primary-blue) !important;
    margin-bottom: 15px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.martech-kb-problem-card .icon svg {
    width: 36px !important;
    height: 36px !important;
    fill: none !important;
    stroke: var(--primary-blue) !important;
    stroke-width: 1.5 !important;
}

.martech-kb-problem-card h3 {
    font-size: 14px !important;
    margin: 0 0 10px 0 !important;
    font-weight: 700 !important;
}

.martech-kb-problem-card p {
    font-size: 12px !important;
    color: var(--text-muted) !important;
    margin: 0 !important;
    line-height: 1.4 !important;
}

.martech-kb-grid-4 {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 15px !important;
    margin-bottom: 40px !important;
    width: 100% !important;
}

.martech-kb-category-card {
    background: var(--bg-light) !important;
    border: 1px solid var(--border-color) !important;
    border-radius: var(--border-radius) !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
}

.martech-kb-category-card img {
    width: 100% !important;
    height: 140px !important;
    object-fit: cover !important;
}

.martech-kb-category-content {
    padding: 20px 15px !important;
    flex-grow: 1 !important;
    display: flex !important;
    flex-direction: column !important;
}

.martech-kb-category-content .icon-wrap {
    width: 30px !important;
    height: 30px !important;
    background: var(--white) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-top: -35px !important;
    margin-bottom: 10px !important;
    border: 1px solid var(--border-color) !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
}

.martech-kb-category-content .icon-wrap svg {
    width: 16px !important;
    height: 16px !important;
    stroke: var(--primary-blue) !important;
    fill: none !important;
}

.martech-kb-category-content h3 {
    font-size: 14px !important;
    margin: 0 0 8px 0 !important;
    text-transform: uppercase !important;
}

.martech-kb-category-content p {
    font-size: 12px !important;
    color: var(--text-muted) !important;
    margin: 0 0 15px 0 !important;
    line-height: 1.4 !important;
    flex-grow: 1 !important;
}

.martech-kb-category-content a {
    font-size: 13px !important;
    font-weight: 600 !important;
}

.martech-kb-two-cols {
    display: grid !important;
    grid-template-columns: 1.5fr 1fr !important;
    gap: 40px !important;
}

.martech-kb-article-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
}

.martech-kb-article-item {
    display: flex !important;
    gap: 20px !important;
    align-items: flex-start !important;
}

.martech-kb-article-item img {
    width: 140px !important;
    height: 90px !important;
    object-fit: cover !important;
    border-radius: 4px !important;
    flex-shrink: 0 !important;
}

.martech-kb-article-info h4 {
    margin: 0 0 5px 0 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
}

.martech-kb-article-info p {
    margin: 0 0 8px 0 !important;
    font-size: 13px !important;
    color: var(--text-muted) !important;
    line-height: 1.4 !important;
}

.martech-kb-article-meta {
    font-size: 11px !important;
    color: #888 !important;
}

/* NOWY, ELEGANCKI WYGLĄD SELEKTORA DOBORU CZĘŚCI */
.martech-kb-parts-.elementor-47522 .elementor-element.elementor-element-73a7675 {
    background: var(--bg-light) !important;
    padding: 35px 30px !important;
    border-radius: var(--border-radius) !important;
    border: 1px solid var(--border-color) !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03) !important;
}

.martech-kb-parts-.elementor-47522 .elementor-element.elementor-element-73a7675 h3 {
    margin: 0 0 20px 0 !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
    font-weight: 800 !important;
    letter-spacing: 0.5px !important;
    color: var(--text-dark) !important;
}

.martech-kb-parts-.elementor-47522 .elementor-element.elementor-element-73a7675 select {
    width: 100% !important;
    padding: 14px 18px !important;
    margin-bottom: 15px !important;
    border: 1px solid var(--border-color) !important;
    border-radius: var(--border-radius) !important;
    font-family: inherit !important;
    font-size: 14px !important;
    color: var(--text-dark) !important;
    background-color: var(--white) !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230074D9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 15px center !important;
    background-size: 16px !important;
    cursor: pointer !important;
    transition: border-color 0.2s, box-shadow 0.2s !important;
}

.martech-kb-parts-.elementor-47522 .elementor-element.elementor-element-73a7675 select:focus {
    border-color: var(--primary-blue) !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(0, 116, 217, 0.15) !important;
}

.martech-kb-parts-.elementor-47522 .elementor-element.elementor-element-73a7675 button {
    width: 100% !important;
    background: var(--primary-blue) !important;
    color: var(--white) !important;
    border: none !important;
    padding: 15px !important;
    border-radius: var(--border-radius) !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    transition: opacity 0.2s, transform 0.1s !important;
    box-shadow: 0 4px 10px rgba(0, 116, 217, 0.2) !important;
}

.martech-kb-parts-.elementor-47522 .elementor-element.elementor-element-73a7675 button:hover {
    opacity: 0.9 !important;
}

.martech-kb-parts-.elementor-47522 .elementor-element.elementor-element-73a7675 button:active {
    transform: scale(0.98) !important;
}

.martech-kb-support-box {
    margin-top: 20px !important;
    padding-top: 20px !important;
    border-top: 1px solid var(--border-color) !important;
    display: flex !important;
    gap: 15px !important;
    align-items: center !important;
}

.martech-kb-support-box svg {
    width: 30px !important;
    height: 30px !important;
    stroke: var(--primary-blue) !important;
    fill: none !important;
    flex-shrink: 0 !important;
}

.martech-kb-support-box p {
    margin: 0 0 5px 0 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

.martech-kb-support-box a {
    font-size: 13px !important;
    font-weight: 700 !important;
}

.martech-kb-contact-banner {
    background-color: var(--bg-light) !important;
    padding: 30px 40px !important;
    border-radius: var(--border-radius) !important;
    margin-top: 50px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
}

.martech-kb-cb-left {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    flex: 1 !important;
    min-width: 300px !important;
}

.martech-kb-cb-left svg {
    width: 40px !important;
    height: 40px !important;
    stroke: var(--primary-blue) !important;
    fill: none !important;
}

.martech-kb-cb-left h3 {
    margin: 0 0 5px 0 !important;
    font-size: 18px !important;
    font-weight: 800 !important;
}

.martech-kb-cb-left p {
    margin: 0 !important;
    font-size: 13px !important;
    color: var(--text-muted) !important;
}

.martech-kb-cb-right {
    display: flex !important;
    gap: 15px !important;
    flex-wrap: wrap !important;
}

.martech-kb-cb-btn {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 15px 20px !important;
    border-radius: 4px !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    cursor: pointer !important;
    text-decoration: none !important;
}

.martech-kb-cb-btn.outline {
    border: 1px solid var(--border-color) !important;
    background: transparent !important;
    color: var(--text-dark) !important;
}

.martech-kb-cb-btn.outline span {
    display: block !important;
    font-weight: 400 !important;
    font-size: 11px !important;
    color: var(--text-muted) !important;
}

.martech-kb-cb-btn.outline strong {
    display: block !important;
    font-size: 14px !important;
    color: var(--primary-blue) !important;
}

.martech-kb-cb-btn.solid {
    background: var(--primary-blue) !important;
    color: var(--white) !important;
    border: 1px solid var(--primary-blue) !important;
}

.martech-kb-cb-btn svg {
    width: 20px !important;
    height: 20px !important;
    stroke: currentColor !important;
    fill: none !important;
}

@media (max-width: 1024px) {
    .martech-kb-grid-6 { grid-template-columns: repeat(3, 1fr) !important; }
    .martech-kb-grid-4 { grid-template-columns: repeat(2, 1fr) !important; }
    .martech-kb-two-cols { grid-template-columns: 1fr !important; }
}

@media (max-width: 768px) {
    .martech-kb-grid-6 { grid-template-columns: repeat(2, 1fr) !important; }
    .martech-kb-grid-4 { grid-template-columns: 1fr !important; }
    .martech-kb-contact-banner { flex-direction: column !important; align-items: flex-start !important; }
}

@media (max-width: 480px) {
    .martech-kb-wrapper { padding: 20px !important; }
    .martech-kb-hero { padding: 20px !important; }
    .martech-kb-search { flex-direction: column !important; }
    .martech-kb-search input { border-radius: 4px !important; margin-bottom: 10px !important; }
    .martech-kb-search button { border-radius: 4px !important; padding: 15px !important; }
    .martech-kb-grid-6 { grid-template-columns: 1fr !important; }
    .martech-kb-grid-4 { grid-template-columns: 1fr !important; }
    .martech-kb-article-item { flex-direction: column !important; }
    .martech-kb-article-item img { width: 100% !important; height: auto !important; }
}/* End custom CSS */