.wpt-technical-info-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.wpt-product-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 30px 0;
    padding: 0 15px;
}

.wpt-gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.wpt-gallery-item:hover {
    transform: translateY(-5px);
}

.wpt-gallery-link {
    display: block;
    position: relative;
    overflow: hidden;
}

.wpt-gallery-image {
    max-width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.wpt-gallery-link:hover .wpt-gallery-image {
    transform: scale(1.05);
}

/* Teklif iste tab stilleri */
.wpt-quote-product-info {
    background: #f7f7f7;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 8px;
    border-left: 4px solid #2271b1;
}

.wpt-quote-product-title {
    margin: 0;
    color: #333;
    font-size: 1.5em;
    font-weight: 600;
}

.wpt-pdf-viewer {
    margin: 20px 0;
}

.wpt-video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 20px 0;
}

.wpt-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
