.ps-widget {
    width: 100%;
}

.ps-art-code {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.ps-product-title {
    margin: 0 0 16px;
    padding: 0;
    font-size: 24px;
    font-weight: 700;
    color: #333;
    line-height: 1.3;
}

.ps-divider {
    border-top: 1px solid #e0e0e0;
    margin-bottom: 16px;
}

.ps-excerpt {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 24px;
}

.ps-section {
    padding-top: 24px;
    margin-bottom: 24px;
}

.ps-section:last-child {
    margin-bottom: 0;
}

.ps-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.ps-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}

.ps-icon svg {
    width: 100%;
    height: 100%;
}

.ps-title {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    line-height: 1.3;
}

.ps-items {
    padding-left: 38px;
}

.ps-item {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
}

.ps-cta {
    margin-top: 24px;
    margin-bottom: 20px;
}

.ps-cta a {
    color: #084F99;
    font-weight: 700;
    font-style: italic;
    font-size: 16px;
    text-decoration: none;
}

.ps-cta a:hover {
    text-decoration: underline;
}

.ps-nav-divider {
    border-top: 1px solid #e0e0e0;
    margin-bottom: 16px;
}

.ps-nav {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ps-nav-item {
    font-size: 14px;
    line-height: 1.6;
}

.ps-nav-label {
    color: #555;
}

.ps-nav a {
    color: #084F99;
    text-decoration: none;
}

.ps-nav a:hover {
    text-decoration: underline;
}
