.hsp-5cee54d6-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.hsp-5cee54d6-header {
    margin-bottom: 40px;
}

.hsp-5cee54d6-title {
    font-family: serif;
    font-weight: 600;
    margin: 0 0 10px 0;
    font-size: 2.5rem;
}

.hsp-5cee54d6-subtitle {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.6;
    opacity: 0.8;
}

.hsp-5cee54d6-list {
    display: flex;
    flex-direction: column;
}

.hsp-5cee54d6-item {
    display: flex;
    flex-direction: column;
}

.hsp-5cee54d6-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 100%;
}

.hsp-5cee54d6-name {
    font-size: 1.15rem;
    font-weight: 500;
    padding-right: 15px;
    flex-shrink: 0;
    max-width: 75%;
}

.hsp-5cee54d6-connector {
    flex-grow: 1;
    border-bottom: 1px dotted #ccc;
    align-self: flex-end;
    margin-bottom: 4px;
}

.hsp-5cee54d6-price {
    font-size: 1.15rem;
    font-weight: 600;
    padding-left: 15px;
    flex-shrink: 0;
    text-align: right;
}

.hsp-5cee54d6-desc {
    margin: 6px 0 0 0;
    font-size: 0.95rem;
    line-height: 1.5;
    opacity: 0.75;
}

@media (max-width: 767px) {
    .hsp-5cee54d6-title {
        font-size: 2rem;
    }
    
    .hsp-5cee54d6-row {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .hsp-5cee54d6-connector {
        display: none;
    }
    
    .hsp-5cee54d6-name {
        max-width: 100%;
        padding-right: 0;
    }
    
    .hsp-5cee54d6-price {
        padding-left: 0;
        margin-top: 4px;
        font-size: 1.1rem;
    }
}
