.nar-page-title,
.woocommerce-MyAccount-content-title {
font-size: 28px;
font-weight: 600;
color: #333;
margin-bottom: 15px;
display: flex;
align-items: center;
gap: 10px;
}
.nar-page-title .dashicons,
.woocommerce-MyAccount-content-title .dashicons {
font-size: 32px;
width: 32px;
height: 32px;
color: #FF9100;
} .button.nar-btn-primary,
.nar-btn-primary {
padding: 14px 24px;
background: linear-gradient(135deg, #27ae60 0%, #1a5a8a 100%);
color: #fff;
border: none;
border-radius: 6px;
font-size: 16px;
font-weight: 600;
cursor: pointer;
transition: all 0.3s;
text-decoration: none;
display: inline-block;
text-align: center;
}
.button.nar-btn-primary:hover,
.nar-btn-primary:hover {
background: linear-gradient(135deg, #1a5a8a 0%, #135178 100%);
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(34, 113, 177, 0.3);
color: #fff;
}
.button.nar-btn-secondary,
.nar-btn-secondary {
padding: 8px 16px;
background: #f0f0f0;
color: #333;
border: 1px solid #ddd;
border-radius: 6px;
font-size: 14px;
font-weight: 500;
cursor: pointer;
transition: all 0.2s;
text-decoration: none;
display: inline-block;
}
.button.nar-btn-secondary:hover,
.nar-btn-secondary:hover {
background: #e0e0e0;
}
.button.nar-btn-outline,
.nar-btn-outline {
padding: 8px 16px;
background: transparent;
color: #27ae60;
border: 1px solid #27ae60;
border-radius: 6px;
font-size: 14px;
font-weight: 500;
cursor: pointer;
transition: all 0.2s;
text-decoration: none;
display: inline-block;
}
.button.nar-btn-outline:hover,
.nar-btn-outline:hover {
background: #27ae60;
color: #fff;
}
.button.nar-btn-danger,
.nar-btn-danger {
padding: 8px 16px;
background: transparent;
color: #dc3545;
border: 1px solid #dc3545;
border-radius: 6px;
font-size: 14px;
font-weight: 500;
cursor: pointer;
transition: all 0.2s;
text-decoration: none;
display: inline-block;
}
.button.nar-btn-danger:hover,
.nar-btn-danger:hover {
background: #dc3545;
color: #fff;
}
.nar-btn-large {
padding: 18px 32px;
font-size: 18px;
} .nar-empty-state,
.nar-no-bookings {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
padding: 60px 20px;
background: #f9f9f9;
border-radius: 8px;
border: 2px dashed #ddd;
}
.nar-empty-state-icon,
.nar-no-bookings-icon {
margin-bottom: 20px;
}
.nar-empty-state-icon .dashicons,
.nar-no-bookings-icon .dashicons {
font-size: 80px;
width: 80px;
height: 80px;
color: #ccc;
}
.nar-empty-state h3,
.nar-no-bookings h3 {
font-size: 24px;
color: #555;
margin-bottom: 10px;
}
.nar-empty-state p,
.nar-no-bookings p {
font-size: 16px;
color: #777;
margin-bottom: 30px;
max-width: 500px;
margin-left: auto;
margin-right: auto;
} .nar-card {
background: #fff;
border: 1px solid #e0e0e0;
border-radius: 8px;
overflow: hidden;
transition: box-shadow 0.3s ease;
}
.nar-card:hover {
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.nar-card-image {
position: relative;
width: 100%;
padding-top: 66.67%; overflow: hidden;
background: #f5f5f5;
}
.nar-card-image img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.nar-card-placeholder {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
background: #e8e8e8;
}
.nar-card-placeholder .dashicons {
font-size: 60px;
width: 60px;
height: 60px;
color: #bbb;
}
.nar-card-content {
padding: 20px;
}
.nar-card-title {
font-size: 18px;
font-weight: 600;
margin: 0 0 10px 0;
color: #333;
}
.nar-card-title a {
color: #333;
text-decoration: none;
}
.nar-card-title a:hover {
color: #27ae60;
}
.nar-card-meta {
display: flex;
flex-wrap: wrap;
gap: 15px;
font-size: 14px;
color: #666;
margin-bottom: 15px;
}
.nar-card-meta-item {
display: flex;
align-items: center;
gap: 5px;
}
.nar-card-meta-item .dashicons {
font-size: 16px;
width: 16px;
height: 16px;
color: #999;
}
.nar-card-actions {
display: flex;
gap: 10px;
padding-top: 15px;
border-top: 1px solid #e0e0e0;
} .nar-coming-soon-message {
background: #f0f6fc;
border: 2px solid #d0e4f7;
border-radius: 8px;
padding: 40px;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
}
.nar-coming-soon-message > .dashicons {
font-size: 64px;
width: 64px;
height: 64px;
color: #27ae60;
}
.nar-coming-soon-content h3 {
font-size: 24px;
font-weight: 600;
color: #333;
margin: 0 0 10px 0;
}
.nar-coming-soon-content p {
font-size: 16px;
color: #666;
margin: 0 0 20px 0;
}
.nar-coming-soon-content ul {
list-style: none;
padding: 0;
margin: 0;
text-align: left;
display: inline-block;
}
.nar-coming-soon-content ul li {
font-size: 15px;
color: #555;
padding: 8px 0;
position: relative;
padding-left: 25px;
}
.nar-coming-soon-content ul li::before {
content: "✓";
position: absolute;
left: 0;
color: #27ae60;
font-weight: bold;
} .radio-label {
display: inline-block;
margin-right: 20px;
margin-bottom: 10px;
font-weight: 400;
cursor: pointer;
}
.radio-label input[type="radio"] {
margin-right: 5px;
margin-top: unset;
top: -1px;
accent-color: #155724;
width: 18px;
height: 18px;
vertical-align: middle;
cursor: pointer;
}
.nar-radio-group-label {
display: block;
margin-bottom: 10px;
font-weight: 600;
} @media (max-width: 768px) {
.nar-page-title,
.woocommerce-MyAccount-content-title {
font-size: 24px;
}
.nar-card-actions {
flex-direction: column;
}
.nar-card-actions .button {
width: 100%;
text-align: center;
}
}.nar-profile-tabs-label {
display: block;
font-size: 15px;
font-weight: 600;
color: #888;
text-transform: uppercase;
letter-spacing: 0.8px;
margin-bottom: 10px;
} .nar-profile-tabs {
display: flex;
gap: 8px;
margin-bottom: 20px;
border-bottom: 2px solid #eee;
padding-bottom: 0;
}
.nar-profile-tab {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 10px 20px;
background: none;
border: none;
border-bottom: 3px solid transparent;
color: #888;
font-size: 15px;
font-weight: 500;
cursor: pointer;
transition: all 0.2s;
margin-bottom: -2px;
}
.nar-profile-tab:hover {
color: #333;
}
.nar-profile-tab.active {
color: #FF9100;
border-bottom-color: #FF9100;
}
.nar-profile-tab .material-symbols-outlined {
font-size: 18px;
}
.nar-tab-count {
font-size: 13px;
color: inherit;
opacity: 0.7;
} .nar-profile-tab-content {
display: none;
}
.nar-profile-tab-content.active {
display: block;
} .nar-profile-rating-summary {
display: flex;
align-items: center;
gap: 12px;
padding: 16px 20px;
background: #fafafa;
border-radius: 10px;
margin-bottom: 20px;
}
.nar-profile-rating-average {
display: flex;
align-items: baseline;
gap: 2px;
}
.nar-rating-number {
font-size: 28px;
font-weight: 700;
color: #FF9100;
}
.nar-rating-max {
font-size: 16px;
color: #999;
}
.nar-rating-count {
font-size: 14px;
color: #888;
} .nar-profile-rating-summary .s4-rating-stars {
display: flex;
gap: 2px;
}
.nar-profile-rating-summary .s4-rating-stars .star {
color: #ddd;
}
.nar-profile-rating-summary .s4-rating-stars .star.active {
color: #FF9100;
}
.nar-profile-rating-summary .s4-rating-stars .star svg {
width: 20px;
height: 20px;
} .nar-profile-reviews-list {
display: flex;
flex-direction: column;
gap: 16px;
}
.nar-review-card {
padding: 20px;
border: 1px solid #eee;
border-radius: 12px;
transition: box-shadow 0.2s;
}
.nar-review-card:hover {
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.nar-review-header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 8px;
}
.nar-review-author {
display: flex;
align-items: center;
gap: 10px;
text-decoration: none;
color: inherit;
}
.nar-review-author:hover .nar-review-name {
color: #FF9100;
}
.nar-review-avatar {
width: 40px;
height: 40px;
border-radius: 50%;
object-fit: cover;
}
.nar-review-name {
font-size: 15px;
font-weight: 600;
color: #333;
transition: color 0.2s;
}
.nar-review-date {
font-size: 13px;
color: #999;
}
.nar-review-rating {
margin-bottom: 8px;
}
.nar-review-rating .s4-rating-stars {
display: flex;
gap: 2px;
}
.nar-review-rating .s4-rating-stars .star {
color: #ddd;
}
.nar-review-rating .s4-rating-stars .star.active {
color: #FF9100;
}
.nar-review-rating .s4-rating-stars .star svg {
width: 16px;
height: 16px;
}
.nar-review-content p {
font-size: 14px;
line-height: 1.6;
color: #555;
margin: 0;
} .nar-profile-no-reviews {
text-align: center;
padding: 40px 20px;
color: #999;
}
.nar-profile-no-reviews .material-symbols-outlined {
font-size: 48px;
display: block;
margin-bottom: 10px;
opacity: 0.4;
}
.nar-profile-no-reviews p {
font-size: 15px;
margin: 0;
} .nar-review-type-badge {
display: inline-block;
font-size: 11px;
font-weight: 500;
padding: 2px 8px;
background: #e8f5e9;
color: #27ae60;
border-radius: 10px;
margin-left: 6px;
vertical-align: middle;
}
.nar-review-author > div {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 4px;
} @media (max-width: 768px) {
.nar-profile-tabs {
overflow-x: auto;
}
.nar-profile-tab {
white-space: nowrap;
padding: 8px 14px;
font-size: 14px;
}
.nar-profile-rating-summary {
flex-wrap: wrap;
justify-content: center;
text-align: center;
}
.nar-review-header {
flex-direction: column;
align-items: flex-start;
gap: 6px;
}
}.nar-profile-page {
padding: 40px 20px 60px;
max-width: 900px;
margin: 0 auto;
}
.nar-profile-container {
display: flex;
flex-direction: column;
gap: 30px;
} .nar-profile-header {
display: flex;
align-items: center;
gap: 24px;
padding: 30px;
background: #f8f9fa;
border-radius: 16px;
}
.nar-profile-avatar img {
width: 120px;
height: 120px;
border-radius: 50%;
object-fit: cover;
border: 3px solid #fff;
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}
.nar-profile-identity {
flex: 1;
}
.nar-profile-name {
font-size: 28px;
font-weight: 700;
color: #1a1a1a;
margin: 0 0 6px 0;
}
.nar-profile-member-since {
display: flex;
align-items: center;
gap: 6px;
font-size: 14px;
color: #888;
margin: 0 0 12px 0;
}
.nar-profile-member-since .material-symbols-outlined {
font-size: 18px;
}
.nar-profile-roles {
display: flex;
gap: 8px;
flex-wrap: wrap;
}
.nar-profile-role-badge {
display: inline-flex;
align-items: center;
gap: 4px;
padding: 4px 12px;
background: #e8f5e9;
color: #27ae60;
border-radius: 20px;
font-size: 13px;
font-weight: 500;
}
.nar-profile-role-badge .material-symbols-outlined {
font-size: 16px;
} .nar-profile-section {
padding: 24px 30px;
background: #fff;
border: 1px solid #eee;
border-radius: 16px;
}
.nar-profile-section-title {
font-size: 22px;
font-weight: 600;
color: #1a1a1a;
margin: 0 0 16px 0;
}
.nar-profile-description p {
font-size: 15px;
line-height: 1.7;
color: #555;
margin: 0;
} .nar-host-card .nar-host-profile-link {
display: inline-flex;
align-items: center;
gap: 6px;
margin-top: 10px;
padding: 8px 16px;
font-size: 14px;
font-weight: 500;
color: #FF9100;
text-decoration: none;
border: 1px solid #FF9100;
border-radius: 8px;
transition: all 0.2s;
}
.nar-host-card .nar-host-profile-link:hover {
background: #FF9100;
color: #fff;
}
.nar-host-card .nar-host-profile-link .material-symbols-outlined {
font-size: 18px;
} .nar-booking-info-item a.nar-booking-profile-link {
color: #FF9100;
text-decoration: none;
font-weight: 500;
transition: color 0.2s;
}
.nar-booking-info-item a.nar-booking-profile-link:hover {
text-decoration: underline;
} .nar-avatar-upload {
display: flex;
align-items: center;
gap: 20px;
}
.nar-avatar-preview {
position: relative;
width: 100px;
height: 100px;
flex-shrink: 0;
}
.nar-avatar-preview img {
width: 100px;
height: 100px;
border-radius: 50%;
object-fit: cover;
border: 2px solid #eee;
}
.nar-avatar-actions {
display: flex;
flex-direction: column;
gap: 8px;
}
.nar-avatar-actions .nar-btn-upload-avatar {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 8px 16px;
background: #FF9100;
color: #fff;
border: none;
border-radius: 6px;
cursor: pointer;
font-size: 14px;
transition: background 0.2s;
}
.nar-avatar-actions .nar-btn-upload-avatar:hover {
background: #e68200;
}
.nar-avatar-actions .nar-btn-remove-avatar {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 8px 16px;
background: none;
color: #999;
border: 1px solid #ddd;
border-radius: 6px;
cursor: pointer;
font-size: 13px;
transition: all 0.2s;
}
.nar-avatar-actions .nar-btn-remove-avatar:hover {
color: #e74c3c;
border-color: #e74c3c;
}
.nar-avatar-hint {
font-size: 12px;
color: #999;
margin-top: 4px;
}
.nar-avatar-upload input[type="file"] {
display: none;
} .nar-description-field textarea {
width: 100%;
min-height: 100px;
padding: 10px;
border: 1px solid #ddd;
border-radius: 6px;
font-size: 14px;
font-family: inherit;
resize: vertical;
} @media (max-width: 768px) {
.nar-profile-page {
padding: 20px 15px 40px;
}
.nar-profile-header {
flex-direction: column;
text-align: center;
padding: 24px 20px;
}
.nar-profile-avatar img {
width: 100px;
height: 100px;
}
.nar-profile-name {
font-size: 24px;
}
.nar-profile-member-since {
justify-content: center;
}
.nar-profile-roles {
justify-content: center;
}
.nar-profile-section {
padding: 20px 16px;
}
.nar-avatar-upload {
flex-direction: column;
align-items: flex-start;
}
}