/* SRP List View Styles - Based on Figma Design */

.srp-list-item-new {
    background: white;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.srp-list-content-new {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.srp-list-image-section {
    flex: 1;
    align-self: stretch;
    position: relative;
}

.srp-list-image-new {
    width: 377px;
    height: 546px;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    background: rgba(0, 0, 0, 0.5);
}

.srp-list-pagination-new {
    position: absolute;
    left: 139px;
    top: 512.52px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5.47px;
    width: 100px;
}

.srp-list-dot-new {
    background: white;
    border-radius: 50%;
    opacity: 0.5;
}

.srp-list-dot-new.active {
    width: 8.96px;
    height: 8.96px;
    opacity: 1;
}

.srp-list-dot-new:nth-child(2) {
    width: 8.96px;
    height: 8.96px;
}

.srp-list-dot-new:nth-child(3) {
    width: 8.96px;
    height: 8.96px;
}

.srp-list-dot-new:nth-child(4) {
    width: 8.96px;
    height: 8.96px;
}

.srp-list-dot-new:nth-child(5) {
    width: 7.96px;
    height: 7.96px;
}

.srp-list-dot-new:nth-child(6) {
    width: 6.97px;
    height: 6.97px;
}

.srp-list-dot-new:nth-child(7) {
    width: 5.97px;
    height: 5.97px;
}

.srp-list-dot-new:nth-child(8) {
    width: 4.98px;
    height: 4.98px;
}

.srp-list-details-section {
    flex: 1;
    align-self: stretch;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}

.srp-list-price-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.srp-list-price-new {
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #FC0606;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 0.48px;
}

.srp-list-heart-icon {
    width: 31px;
    height: 31px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.srp-list-heart-icon svg {
    width: 25.83px;
    height: 23.70px;
    position: absolute;
    left: 2.58px;
    top: 3.65px;
    fill: #FC0606;
}

.srp-list-title-new {
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: black;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    align-self: stretch;
}

.srp-list-divider-new {
    align-self: stretch;
    height: 0px;
    border: 0.5px solid #E7E7E7;
}

.srp-list-specs-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.srp-list-spec-item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: black;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 25px;
}

.srp-list-spec-divider {
    width: 25px;
    align-self: stretch;
    transform: rotate(90deg);
    transform-origin: top left;
    border: 0.5px solid #E7E7E7;
}

.srp-list-mileage {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.srp-list-mileage-value {
    color: black;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 25px;
}

.srp-list-mileage-unit {
    color: black;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.srp-list-specs-table {
    background: white;
    overflow: hidden;
    border: 1px solid #F6F6F6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}

.srp-list-spec-table-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    padding: 4px 8px;
}

.srp-list-spec-table-row:nth-child(even) {
    background: #F6F6F6;
}

.srp-list-spec-table-row:nth-child(odd) {
    background: white;
}

.srp-list-spec-label-table {
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    opacity: 0.7;
    color: black;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.srp-list-spec-value-table {
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: right;
    color: black;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 16px;
}

.srp-list-buttons-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.srp-list-btn-primary {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    padding: 16px 18px;
    background: linear-gradient(0deg, white 0%, #ECECEC 50%, white 50%, #ECECEC 100%);
    text-decoration: none;
    cursor: pointer;
}

.srp-list-btn-primary span {
    color: #6D6D6D;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 16px;
    letter-spacing: 0.5px;
}

.srp-list-btn-secondary-red {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    padding: 16px 18px;
    border: 2px solid #FC0606;
    background: white;
    text-decoration: none;
    cursor: pointer;
}

.srp-list-btn-secondary-red span {
    color: black;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 16px;
    letter-spacing: 0.5px;
}

.srp-list-btn-secondary-gray {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    padding: 16px 18px;
    border: 2px solid #888888;
    background: white;
    text-decoration: none;
    cursor: pointer;
}

.srp-list-btn-secondary-gray span {
    color: black;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 16px;
    letter-spacing: 0.5px;
}

.srp-list-footer-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-self: stretch;
}

.srp-list-info-item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
}

.srp-list-info-label {
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: black;
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 12px;
}

.srp-list-info-value {
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: black;
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 12px;
}

.grid .srp-list-item-new {
    display: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .srp-list-content-new {
        flex-direction: column;
    }

    .srp-list-image-new {
        width: 100%;
        height: 250px;
        position: relative;
    }

    .srp-list-pagination-new {
        left: 50%;
        transform: translateX(-50%);
        top: auto;
        bottom: 10px;
    }

    .srp-list-details-section {
        padding: 15px;
    }

    .srp-list-price-new {
        font-size: 20px;
    }

    .srp-list-title-new {
        font-size: 16px;
    }
}