
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}

.yn_plate_116_v3 {
    width: 100%;
    padding: 40px 20px;
    font-family: Arial, sans-serif;
}

.plate-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.plate-inner h2 {
    font-size: 22px;
    color: #FF6B00;
    margin-bottom: 10px;
    font-weight: 600;
}

.plate-inner > p {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
    line-height: 1.5;
}
.tours-list {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}
.tour-item {
    flex: 1;
    min-width: 250px;
}

.tour-img-wrap {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 16px;
}

.tour-img-wrap img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}
.tour-img-wrap img:hover {
    transform: scale(1.03);
}

.tour-info {
    text-align: left;
    padding: 0 4px;
}

.tour-info h5 {
    font-size: 16px;
    color: #333;
    margin-bottom: 8px;
    font-weight: 600;
}

.tour-info > p:first-of-type {
    font-size: 13px;
    color: #666;
    margin-bottom: 8px;
    line-height: 1.4;
}
.tour-info .tour-from {
    font-size: 14px;
    text-align: right;
}
.tour-info .tour-days{
    font-size: 13px;
    margin-bottom :0;
}

.tour-info > p:last-of-type span {
    font-size: 16px;
    color: #e63946;
    font-weight: 500;
}
