.ashlnx-profile-wrapper {
    padding: 40px;
    border-radius: 12px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    line-height: 1.6;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.ashlnx-row {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.ashlnx-col-main {
    flex: 1;
    min-width: 300px;
}

.ashlnx-col-sidebar {
    flex: 0 0 350px;
    min-width: 280px;
}

@media (max-width: 768px) {
    .ashlnx-col-sidebar {
        flex: 1;
    }
}

.ashlnx-tag {
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 12px;
}

.ashlnx-main-title {
    font-size: 32px;
    font-weight: 800;
    margin: 0 0 16px 0;
    line-height: 1.2;
}

.ashlnx-intro-desc {
    font-size: 18px;
    opacity: 0.95;
    margin: 0;
    font-weight: 400;
}

.ashlnx-divider {
    height: 1px;
    width: 100%;
    margin: 30px 0;
    opacity: 0.2;
}

.ashlnx-sub-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 20px 0;
    letter-spacing: -0.5px;
}

.ashlnx-story-body {
    font-size: 15px;
    opacity: 0.85;
    margin: 0;
}

.ashlnx-services-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.ashlnx-service-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.ashlnx-service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    flex-shrink: 0;
}

.ashlnx-service-icon i {
    font-size: 18px;
}

.ashlnx-service-icon svg {
    width: 18px;
    height: 18px;
}

.ashlnx-service-content {
    flex: 1;
}

.ashlnx-service-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 4px 0;
}

.ashlnx-service-desc {
    font-size: 14px;
    opacity: 0.8;
    margin: 0;
}
