/* WigProLocator Dashboard Styles */

.wpl-dashboard {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 0 80px;
    --wpl-hero-frame: 1440px;
    --wpl-hero-gutter: 120px;
    background: #f5f5f5;
    font-family: "Plus Jakarta Sans", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #2c2c2c;
}

.wpl-dashboard-header {
    width: 100%;
}

/* ===================== Cover Image ===================== */
.wpl-cover {
    position: relative;
    height: 554px;
    min-height: 554px;
    margin-top: -80px;
    background: #2d2d2f;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 190px 0 165px;
    box-sizing: border-box;
}

.wpl-cover-content {
    position: relative;
    width: 100%;
    max-width: var(--wpl-hero-frame);
    margin: 0 auto;
    height: 100%;
    padding: 0 var(--wpl-hero-gutter);
    box-sizing: border-box;
}

.wpl-cover-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.43);
    z-index: 1;
}

/* Back Button */
.wpl-back-btn {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 40px;
    padding: 0 16px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.74);
    color: #1e1e1e;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1px;
    transition: background 0.2s ease;
}

.wpl-back-btn:hover {
    background: #fff;
    color: #1e1e1e;
}

/* Cover Profile (avatar + text) */
.wpl-cover-profile {
    position: absolute;
    left: 50%;
    top: 54%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 16px;
    width: fit-content;
    max-width: 100%;
    padding: 16px 44px 16px 16px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.58);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.03);
}

.wpl-cover-profile .wpl-avatar {
    position: relative;
    flex-shrink: 0;
}

.wpl-cover-profile .wpl-avatar img {
    width: 158px;
    height: 158px;
    border-radius: 999px;
    object-fit: cover;
}

.wpl-avatar-upload-btn {
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 28px;
    height: 28px;
    border: 0 !important;
    border-radius: 100px;
    background: #f1edec;
    color: #1e1e1e;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
    line-height: 0;
    appearance: none;
    -webkit-appearance: none;
}

.wpl-avatar-upload-btn svg,
.wpl-cover-upload-btn svg {
    stroke: currentColor;
    display: block;
}

.wpl-avatar-upload-btn:focus,
.wpl-cover-upload-btn:focus {
    outline: none;
}

/* Cover Text */
.wpl-cover-text {
    color: #fff;
}

.wpl-cover-text h1 {
    margin: 0;
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
}

.wpl-cover-title {
    margin: 8px 0 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
}

.wpl-cover-location {
    margin: 4px 0 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* Cover Actions (bottom right) */
.wpl-cover-actions {
    position: absolute;
    right: 0;
    bottom: 16px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.wpl-cover-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 16px;
    border-radius: 100px;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1px;
}

.wpl-cover-action-btn:hover {
    color: #fff;
    background: #121212;
}

.wpl-cover-upload-btn {
    width: 28px;
    height: 28px;
    border: 0 !important;
    border-radius: 100px;
    background: #f1edec;
    color: #1e1e1e;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    appearance: none;
    -webkit-appearance: none;
}

/* ===================== Tab Navigation ===================== */
.wpl-tabs {
    max-width: var(--wpl-hero-frame);
    margin: 0 auto;
    padding: 0 var(--wpl-hero-gutter);
    border-bottom: 1px solid #c5c5c5;
    display: flex;
    gap: 24px;
    align-items: center;
    min-height: 56px;
    overflow-x: auto;
    box-sizing: border-box;
}

.wpl-tab {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 44px;
    padding: 0;
    margin-bottom: -1px;
    border-bottom: 2px solid transparent;
    color: #5a5a5a;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    white-space: nowrap;
}

.wpl-tab svg {
    opacity: 0.8;
}

.wpl-tab.active {
    color: #2c2c2c;
    border-bottom-color: #2c2c2c;
}

/* ===================== Tab Content ===================== */
.wpl-tab-content {
    max-width: var(--wpl-hero-frame);
    margin: 0 auto;
    padding: 24px var(--wpl-hero-gutter) 0;
    box-sizing: border-box;
}

.wpl-panel {
    display: none;
}

.wpl-panel.active {
    display: block;
}

/* ===================== Form Sections (Two-Column) ===================== */
.wpl-form {
    max-width: 100%;
}

.wpl-form-section {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 0;
    margin-bottom: 22px;
}

.wpl-form-section-sidebar {
    width: 230px;
    flex-shrink: 0;
    padding-top: 2px;
}

.wpl-form-section-sidebar h2 {
    margin: 0 0 6px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #2c2c2c;
}

.wpl-form-section-sidebar p {
    margin: 0;
    color: #6f6f6f;
    font-size: 12px;
    line-height: 18px;
}

.wpl-form-section-content {
    flex: 1;
    min-width: 0;
}

.wpl-section-card {
    background: #f8f8f8;
    border: 1px solid #efefef;
    border-radius: 16px;
    padding: 12px 18px;
}

.wpl-section-card + .wpl-section-card {
    margin-top: 10px;
}

.wpl-form-row {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
}

.wpl-form-row > .wpl-field {
    margin-bottom: 0;
}

.wpl-form-row--two > .wpl-field,
.wpl-form-row--three > .wpl-field,
.wpl-form-row--four > .wpl-field {
    flex: 1;
}

.wpl-field {
    margin-bottom: 12px;
}

.wpl-field:last-child {
    margin-bottom: 0;
}

.wpl-field label {
    display: block;
    margin-bottom: 4px;
    color: #1f2a44;
    font-size: 11px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.1px;
}

.wpl-field input[type="text"],
.wpl-field input[type="email"],
.wpl-field input[type="tel"],
.wpl-field input[type="url"],
.wpl-field input[type="number"],
.wpl-field textarea,
.wpl-field select {
    width: 100%;
    height: 36px;
    padding: 8px 10px;
    border: 1px solid #ececec;
    border-radius: 8px;
    background: #fff;
    box-sizing: border-box;
    color: #646464;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}

.wpl-field textarea {
    height: 48px;
    min-height: 48px;
    resize: vertical;
}

.wpl-field input:focus,
.wpl-field textarea:focus,
.wpl-field select:focus {
    outline: none;
    border-color: #cdcdcd;
    box-shadow: 0 0 0 2px rgba(30, 30, 30, 0.06);
}

.wpl-field input:disabled {
    color: #666;
    background: #fafafa;
}

.wpl-link-input-wrap {
    position: relative;
}

.wpl-link-input-wrap .wpl-link-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #f5f9ff;
    color: #4343ea;
    font-size: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.wpl-link-input-wrap input[type="url"] {
    padding-left: 36px;
    color: #4343ea;
    text-decoration: underline;
    background: #fff;
}

.wpl-social-list {
    padding: 2px 0 0;
}

.wpl-social-list .wpl-field + .wpl-field {
    margin-top: 8px;
}

.wpl-social-list .wpl-field label {
    display: none;
}

/* Form Actions */
.wpl-form-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-top: 36px;
}

/* ===================== Buttons ===================== */
.wpl-btn {
    border: none;
    cursor: pointer;
    transition: opacity 0.2s ease, background 0.2s ease;
}

.wpl-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.wpl-btn--primary {
    height: 40px;
    padding: 0 24px;
    border-radius: 100px;
    background: #000;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1px;
}

.wpl-btn--primary:hover:not(:disabled) {
    background: #141414;
}

.wpl-btn--secondary {
    background: #fff;
    color: #374151;
    border: 1px solid #d1d5db;
}

.wpl-btn--secondary:hover:not(:disabled) {
    background: #f9fafb;
    border-color: #9ca3af;
}

.wpl-btn--small {
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    background: #fff;
    color: #374151;
    cursor: pointer;
    transition: background 0.2s;
}

.wpl-btn--small:hover {
    background: #f9fafb;
}

.wpl-btn--ghost {
    background: transparent;
    color: #5a5a5a;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
}

.wpl-btn--danger {
    color: #dc2626;
    border-color: #fecaca;
}

.wpl-btn--danger:hover:not(:disabled) {
    background: #fef2f2;
    border-color: #dc2626;
}

/* Save Status */
.wpl-save-status {
    font-size: 13px;
    font-weight: 500;
}

.wpl-status-success {
    color: #059669;
}

.wpl-status-error {
    color: #dc2626;
}

/* ===================== Services Tab ===================== */
.wpl-services-wrap {
    max-width: 100%;
}

.wpl-services-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.wpl-service-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    margin-bottom: 10px;
    transition: box-shadow 0.2s, background 0.3s;
}

.wpl-service-row:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.wpl-service-row--new {
    background: #f0fdf4;
}

.wpl-service-fields {
    display: flex;
    flex: 1;
    gap: 12px;
    align-items: center;
}

.wpl-service-title {
    flex: 1;
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: #fff;
    color: #1a1a2e;
    box-sizing: border-box;
}

.wpl-service-title:focus {
    outline: none;
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

.wpl-price-field {
    display: flex;
    align-items: center;
    width: 110px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}

.wpl-price-prefix {
    padding: 8px 0 8px 10px;
    color: #9ca3af;
    font-size: 14px;
    user-select: none;
}

.wpl-service-price {
    width: 100%;
    padding: 8px 10px 8px 4px;
    font-size: 14px;
    border: none;
    background: transparent;
    color: #1a1a2e;
    box-sizing: border-box;
    -moz-appearance: textfield;
}

.wpl-service-price::-webkit-inner-spin-button,
.wpl-service-price::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.wpl-service-price:focus {
    outline: none;
}

.wpl-price-field:focus-within {
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

.wpl-service-remove {
    background: none;
    border: none;
    font-size: 20px;
    color: #9ca3af;
    cursor: pointer;
    padding: 4px 8px;
    line-height: 1;
    border-radius: 6px;
    transition: color 0.2s, background 0.2s;
}

.wpl-service-remove:hover {
    color: #dc2626;
    background: #fef2f2;
}

.wpl-services-empty {
    text-align: center;
    color: #9ca3af;
    font-size: 14px;
    padding: 40px 20px;
}

.wpl-services-empty.hidden {
    display: none;
}

/* ===================== Portfolio Tab ===================== */
.wpl-portfolio-wrap {
    max-width: 100%;
}

.wpl-portfolio-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.wpl-portfolio-cat {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 16px;
    background: #fff;
    transition: background 0.3s;
}

.wpl-portfolio-cat--new {
    background: #f0fdf4;
}

.wpl-cat-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.wpl-cat-name {
    flex: 1;
    padding: 8px 12px;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: #fff;
    color: #1a1a2e;
    box-sizing: border-box;
}

.wpl-cat-name:focus {
    outline: none;
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

.wpl-cat-remove {
    background: none;
    border: none;
    font-size: 22px;
    color: #9ca3af;
    cursor: pointer;
    padding: 4px 8px;
    line-height: 1;
    border-radius: 6px;
    transition: color 0.2s, background 0.2s;
}

.wpl-cat-remove:hover {
    color: #dc2626;
    background: #fef2f2;
}

.wpl-cat-images {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
    min-height: 10px;
}

.wpl-portfolio-thumb {
    position: relative;
    width: 110px;
    height: 110px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
}

.wpl-portfolio-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.wpl-thumb-remove {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 22px;
    height: 22px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.2s;
    padding: 0;
}

.wpl-portfolio-thumb:hover .wpl-thumb-remove {
    opacity: 1;
}

.wpl-portfolio-empty {
    text-align: center;
    color: #9ca3af;
    font-size: 14px;
    padding: 40px 20px;
}

.wpl-portfolio-empty.hidden {
    display: none;
}

/* ===================== Blog Tab ===================== */
.wpl-blog-wrap {
    max-width: 100%;
}

.wpl-blog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.wpl-blog-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    margin-bottom: 10px;
    transition: box-shadow 0.2s, background 0.3s;
}

.wpl-blog-row:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.wpl-blog-row--new {
    background: #f0fdf4;
}

.wpl-blog-row-info {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    min-width: 0;
}

.wpl-blog-row-title {
    font-weight: 600;
    font-size: 14px;
    color: #1a1a2e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wpl-blog-row-date {
    font-size: 12px;
    color: #9ca3af;
    white-space: nowrap;
}

.wpl-blog-row-status {
    font-size: 11px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 4px;
    white-space: nowrap;
    text-transform: uppercase;
}

.wpl-blog-row-status--publish {
    background: #d1fae5;
    color: #059669;
}

.wpl-blog-row-status--draft {
    background: #fef3c7;
    color: #d97706;
}

.wpl-blog-row-actions {
    display: flex;
    gap: 6px;
    flex-shrink: 0;
}

.wpl-blog-empty {
    text-align: center;
    color: #9ca3af;
    font-size: 14px;
    padding: 40px 20px;
}

.wpl-blog-empty.hidden {
    display: none;
}

/* ===================== Modal ===================== */
.wpl-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

.wpl-modal {
    background: #fff;
    border-radius: 16px;
    width: 100%;
    max-width: 560px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.wpl-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 24px;
    border-bottom: 1px solid #e5e7eb;
}

.wpl-modal-header h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
}

.wpl-modal-close {
    background: none;
    border: none;
    font-size: 24px;
    color: #9ca3af;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

.wpl-modal-close:hover {
    color: #1a1a2e;
}

.wpl-modal form {
    padding: 20px 24px;
}

.wpl-modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid #e5e7eb;
}

.wpl-post-image-preview {
    position: relative;
    width: 160px;
    height: 110px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    margin-bottom: 8px;
}

.wpl-post-image-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ===================== Account Tab ===================== */
.wpl-account-layout {
    display: flex;
    gap: 24px;
}

.wpl-account-sidebar {
    width: 230px;
    flex-shrink: 0;
    padding-top: 6px;
}

.wpl-account-sidebar h2 {
    margin: 0 0 6px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #1f2a44;
}

.wpl-account-sidebar p {
    margin: 0;
    color: #6f6f6f;
    font-size: 14px;
    line-height: 22px;
}

.wpl-account-content {
    flex: 1;
    min-width: 0;
}

.wpl-account-card {
    background: #f8f8f8;
    border: 1px solid #efefef;
    border-radius: 16px;
    padding: 18px;
}

.wpl-account-title {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #1f2a44;
}

.wpl-account-subtitle {
    margin: 18px 0 10px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #1f2a44;
}

.wpl-account-block {
    background: #f3f3f3;
    border: 1px solid #ececec;
    border-radius: 16px;
    padding: 14px;
}

.wpl-account-block + .wpl-account-subtitle {
    margin-top: 18px;
}

.wpl-account-block--plan {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.wpl-account-plan-main p {
    margin: 0;
}

.wpl-account-plan-name {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #1f2a44;
    margin-bottom: 4px !important;
}

.wpl-account-plan-price {
    font-size: 16px;
    line-height: 24px;
    color: #5f5f5f;
    margin-bottom: 4px !important;
}

.wpl-account-plan-renew {
    font-size: 14px;
    line-height: 22px;
    color: #6f6f6f;
}

.wpl-account-block--payment {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.wpl-account-payment-main {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wpl-account-card-icon {
    font-size: 19px;
}

.wpl-account-payment-name {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #1f2a44;
}

.wpl-account-payment-meta {
    margin: 2px 0 0;
    font-size: 14px;
    line-height: 22px;
    color: #6f6f6f;
}

.wpl-account-link-btn {
    background: transparent;
    border: none;
    color: #4343ea;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    cursor: pointer;
}

.wpl-billing-table {
    width: 100%;
    border-collapse: collapse;
}

.wpl-billing-table th {
    text-align: left;
    padding: 10px 2px;
    border-bottom: 1px solid #d6d6d6;
    color: #1f2a44;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

.wpl-billing-table td {
    padding: 12px 2px;
    color: #5f5f5f;
    font-size: 14px;
    line-height: 20px;
}

.wpl-billing-table td:first-child {
    color: #1f2a44;
    font-weight: 700;
}

.wpl-billing-table td:last-child {
    text-align: right;
}

.wpl-billing-table a {
    color: #4343ea;
    text-decoration: none;
    font-weight: 500;
}

.wpl-billing-loading,
.wpl-billing-empty {
    margin: 0;
    color: #6f6f6f;
    font-size: 14px;
    line-height: 20px;
}

.wpl-account-block--delete {
    margin-top: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.wpl-account-delete-btn {
    border: none;
    background: transparent;
    color: #1f2a44;
    text-decoration: underline;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    padding: 0;
}

/* ===================== Responsive ===================== */
@media (max-width: 768px) {
    .wpl-cover {
        margin-top: 0;
        height: auto;
        min-height: 360px;
        padding: 16px;
    }

    .wpl-cover-content {
        max-width: none;
        padding: 0;
    }

    .wpl-back-btn {
        top: 16px;
        left: 0;
    }

    .wpl-cover-profile {
        position: absolute;
        left: 0;
        right: 0;
        top: auto;
        bottom: 76px;
        transform: none;
        width: 100%;
        border-radius: 24px;
        padding: 12px;
        max-width: 100%;
    }

    .wpl-cover-profile .wpl-avatar img {
        width: 84px;
        height: 84px;
    }

    .wpl-cover-text h1 {
        font-size: 24px;
        white-space: normal;
    }

    .wpl-cover-title,
    .wpl-cover-location {
        font-size: 14px;
        line-height: 20px;
    }

    .wpl-cover-actions {
        left: 0;
        right: 0;
        bottom: 16px;
        gap: 8px;
        justify-content: flex-end;
    }

    .wpl-cover-action-btn {
        font-size: 12px;
        padding: 0 12px;
    }

    .wpl-tabs,
    .wpl-tab-content {
        padding-left: 16px;
        padding-right: 16px;
    }

    .wpl-tabs {
        margin-top: 0;
        gap: 14px;
        min-height: 52px;
    }

    .wpl-tab {
        font-size: 11px;
        height: 40px;
    }

    .wpl-tab svg {
        width: 13px;
        height: 13px;
    }

    .wpl-form-section {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 18px;
    }

    .wpl-form-section-sidebar {
        width: 100%;
    }

    .wpl-form-row {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 10px;
    }

    .wpl-form-actions {
        gap: 12px;
        margin-top: 24px;
    }

    .wpl-account-layout {
        flex-direction: column;
        gap: 12px;
    }

    .wpl-account-sidebar {
        width: 100%;
    }

    .wpl-account-card {
        padding: 14px;
    }

    .wpl-account-block--plan,
    .wpl-account-block--payment {
        flex-direction: column;
        align-items: flex-start;
    }

    .wpl-account-link-btn {
        padding: 0;
    }

    .wpl-billing-table {
        font-size: 12px;
    }

    .wpl-billing-table th,
    .wpl-billing-table td {
        padding: 8px 4px;
    }

    .wpl-btn--primary {
        padding: 0 18px;
    }

    .wpl-social-list {
        padding: 8px;
    }

    .wpl-services-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .wpl-service-fields {
        flex-direction: column;
        gap: 8px;
    }

    .wpl-price-field {
        width: 100%;
    }

    .wpl-portfolio-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .wpl-portfolio-thumb {
        width: 90px;
        height: 90px;
    }

    .wpl-blog-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .wpl-blog-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .wpl-blog-row-info {
        flex-wrap: wrap;
    }

    .wpl-modal {
        max-width: 100%;
    }

    .wpl-plan-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .wpl-billing-table {
        font-size: 12px;
    }

    .wpl-billing-table th,
    .wpl-billing-table td {
        padding: 8px 6px;
    }
}
