/* Product List View Styles */
.box-grid-tours .row.list-view .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.box-grid-tours .row.list-view .card-journey-small {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 20px;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.box-grid-tours .row.list-view .card-journey-small:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
    transform: translateY(-2px);
}

.box-grid-tours .row.list-view .card-journey-small .card-image {
    flex: 0 0 200px;
    margin-right: 20px;
    border-radius: 8px;
    overflow: hidden;
}

.box-grid-tours .row.list-view .card-journey-small .card-image img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.box-grid-tours .row.list-view .card-journey-small .card-info {
    flex: 1;
    padding: 0;
}

.box-grid-tours .row.list-view .card-journey-small .card-info h3 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.4;
}

.box-grid-tours .row.list-view .card-journey-small .card-info p {
    margin-bottom: 15px;
    color: #666;
    line-height: 1.5;
}

.box-grid-tours .row.list-view .card-journey-small .card-facitlities {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 15px 0;
}

.box-grid-tours .row.list-view .card-journey-small .card-facitlities p {
    margin: 0;
    font-size: 14px;
    padding: 5px 10px;
    background: #f8f9fa;
    border-radius: 6px;
    border-left: 3px solid #e42528;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .box-grid-tours .row.list-view .card-journey-small {
        flex-direction: column;
        padding: 15px;
    }
    
    .box-grid-tours .row.list-view .card-journey-small .card-image {
        flex: none;
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .box-grid-tours .row.list-view .card-journey-small .card-facitlities {
        gap: 10px;
    }
}

/* Sidebar Özel Stilleri */
.social-links-sidebar {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.social-link-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 8px;
    text-decoration: none;
    color: #404040;
    transition: all 0.3s ease;
}

.social-link-item:hover {
    background: #e9ecef;
    transform: translateX(5px);
    color: #e42528;
}

.social-link-item i {
    width: 20px;
    text-align: center;
    font-size: 16px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
}

.contact-item i {
    width: 20px;
    text-align: center;
    color: #e42528;
    margin-top: 2px;
}

.contact-item p {
    margin: 0;
    line-height: 1.4;
}

.contact-item a {
    color: #404040;
    text-decoration: none;
}

.contact-item a:hover {
    color: #e42528;
}

.box-quick-links {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.title-quick-links {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #404040;
}

.quick-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.quick-link-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    background: #f8f9fa;
    border-radius: 6px;
    text-decoration: none;
    color: #404040;
    transition: all 0.3s ease;
    font-size: 14px;
}

.quick-link-item:hover {
    background: #e9ecef;
    transform: translateX(3px);
    color: #e42528;
}

.quick-link-item i {
    width: 16px;
    text-align: center;
    font-size: 14px;
}

.box-author-profile .card-image img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    border-radius: 8px;
}

.box-author-profile .card-info p:first-child {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.box-author-profile .card-info p:last-child {
    font-size: 12px;
    color: #404040;
    margin: 0;
}

/* Newsletter Form Stilleri */
.form-newsletter {
    display: flex !important;
    flex-direction: column !important;
    gap: 0;
    align-items: left !important;
    justify-content: center !important;
}

.newsletter-form {
    display: flex !important;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px !important;
    justify-content: center;
}

.newsletter-form .form-control {
    flex: 1;
    min-width: 250px !important;
    max-width: 400px !important;
}

.newsletter-kvkk {
    display: flex !important;
    align-items: flex-start;
    gap: 8px;
    margin-top: 8px !important;
    margin-bottom: 5px !important;
    align-self: flex-start;
    width: 100%;
}

.newsletter-kvkk .form-check-input {
    margin-top: 2px;
}

.newsletter-kvkk .form-check-label {
    font-size: 12px;
    line-height: 1.4;
    cursor: pointer;
}

.newsletter-kvkk-link {
    font-size: 11px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    align-self: flex-start;
    width: 100%;
}

.newsletter-kvkk-link a {
    color: #fff !important;
    text-decoration: underline !important;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.newsletter-kvkk-link a:hover {
    opacity: 1;
}

@media (max-width: 768px) {
    .newsletter-form {
        flex-direction: column !important;
        gap: 10px;
    }
    
    .newsletter-form .form-control {
        width: 100%;
        min-width: auto;
    }
}
