
.wrap.stwt_wrap.stwt-content.stwt-content-post-meta {
    margin: 0 0;
}
.stwt-content [data-icon]:before,.stwt-section-panel[data-icon]:before {
    content: "";
    display: none !important;
}
body.post-type-stwt_shortcode_post .row-actions span.view {
    display: none !important;
}

.getting-start-part-wrapper {
    padding: 20px;
    background: linear-gradient(145deg, #ffffff, #f5f7fa);
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.getting-header {
    margin-bottom: 25px;
    border-bottom: 2px solid #e9ecef;
    padding-bottom: 15px;
}

.getting-body h3 {
    color: #2c3e50;
    margin: 20px 0;
}

.getting-body a {
    color: #3498db;
    text-decoration: none;
    transition: color 0.3s;
}

.getting-body a:hover {
    color: #2980b9;
}

.getting-body code {
    background: #f1f3f5;
    color: #e74c3c;
    padding: 3px 6px;
    border-radius: 4px;
    font-size: 0.9em;
}

.stwt-block-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.stwt-block-icon svg {
    fill: #3498db;
}

.stwt-block-title {
    color: #34495e;
    font-weight: 500;
}
.stwt-available-blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.stwt-block-item {
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 12px;
    width: calc(50% - 12px);
    display: flex;
    align-items: center;
}
.stwt-block-icon {
    margin-right: 8px;
}