@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: 'Inter', system-ui, sans-serif;
  background: #fff;
}

/* Neutralize any leftover admin/base-theme container constraints
   that may still be applied to core wrapper classes. */
.layout-container,
.dialog-off-canvas-main-canvas,
.region--content {
  max-width: none !important;
  width: 100%;
  margin: 0;
  padding: 0;
}

.site {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-header {
  width: 100%;
}
.site-header > div:first-child{
  display: flex;
  width: 100%;
  justify-content: space-between;
}
#block-renstaff-main-menu ul{
  display: flex;
  gap: 30px;
}
#block-renstaff-languageswitcher ul{
  text-decoration: none;
  list-style: none;
  display: flex;
  gap: 15px;
  margin-right: 30px;
}
#block-renstaff-languageswitcher a[hreflang="en"]{
  color: black;
  border-radius: 30px;
}
#block-renstaff-languageswitcher a[hreflang="sv"]{
  color: #6b6b70;
}
#block-renstaff-account-menu ul li a{
  text-decoration: none;
  font-size: 15px;
}
#block-renstaff-account-menu ul li{
  list-style: none;
}
#block-renstaff-main-menu ul li{
  list-style: none;
}
#block-renstaff-main-menu ul li a{
  text-decoration: none;
  font-size: 15px;
  color: #0b0b0c;
}
#block-renstaff-languageswitcher{
  border-radius: 99px;
  background: #f3f2ef;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .06);
}
#block-renstaff-languageswitcher .language-switcher-language-url a{
  text-decoration: none;
  font-weight: 580;
  font-size: 15px;
}
#block-renstaff-page-title h1{
  font-size: 17px;
}
/* ///Table/// */

.cols-6{
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.cols-6 tr th{
  vertical-align: middle;
  word-wrap: break-word;
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  text-align: start;
}
.cols-6 td img{
  width: 100px;
  height: 100px;
  object-fit: cover;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
.cols-6 tr{
  height: 80px;
}
.cols-6 tbody tr td a{
  font-size: 15px;
  text-decoration: none;
  color: #2323eb;
}
.cols-6 tbody tr td{
  font-size: 13px;
  text-align: start;
  border-bottom: 1px solid #e5e5e5;
  padding: 3px;
}
.site-content {
  width: 100%;
  flex: 1;
  /*padding: 60px;*/
}
#block-renstaff-page-title{
  padding-left: 60px;
  margin-top: 64px;
}
#block-renstaff-content{
  padding-left: 60px;
  padding-right: 60px;
}


 /* ///last/// */

.pager .pager__items{
  display: flex;
  gap: 25px;
  font-size: 15px;
}
.pager{
  margin-top: 40px;
}
.pager .pager__items li{
  list-style: none;
}
.pager .pager__items li a{
  text-decoration: none;
}
/* ///job description/// */

#block-renstaff-content article > div > div:first-child > div:first-child {
  font-size: 20px;
  text-transform: none;
  font-weight: 600;
  color: #0b0b0c;
  letter-spacing: 0;
  margin-bottom: 5px;
}
#block-renstaff-content article > div{
  display: grid;
  gap: 20px 32px;
}
#block-renstaff-page-title h1 span{
  font-size: 28px;
  margin-left: 40px;
}
#block-renstaff-content article > div > div:nth-child(2) > div:last-child{
  font-size: 15px;
  color: #3d3333;
  line-height: 1.6;
}
#block-renstaff-content article > div > div > div:first-child {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 6px;
  color: #0b0b0c;
}
#block-renstaff-content article > div > div:first-child{
  margin-bottom: 20px;
}
#block-renstaff-content article > div > div{
  margin-bottom: 20px;
}
#block-renstaff-content article > div > div:nth-child(2){
  margin-bottom: 5px;
}
#block-renstaff-content article{
  max-width: 900px;
  /* margin: 30px auto; */
  padding: 32px 40px;
}
.site-footer {
  width: 100%;
  background: #0b0b0c;
  color: #d4d4d8;
}



/*
 Worker Profile Content Css 
*/

.worker-profile {
  max-width: 61rem;
  margin: 0 auto;
  padding: 0 0 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  font-family: system-ui, -apple-system, sans-serif;
  color: #1e2430;
}

/*.wp-card {*/
  /*background: #ffffff;*/
  /*border: 1px solid #e5e7eb;
  border-radius: 12px;*/
  /*padding: 1.75rem;*/
  /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);*/
/*}*/

/* Header */
.wp-header {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
  border-bottom: 1px solid hsl(210 20% 94%);
  background-image: linear-gradient(to bottom right, hsl(215 40% 30%), hsl(210 90% 52% / .9), hsl(215 40% 30%));
  padding: 3.5rem;
  border-radius: 1rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.wp-meta .wp-meta-item svg{
  color: hsl(210 90% 53%);
}
.wp-avatar {
  flex-shrink: 0;
  width: 16rem;
  height: 16rem;
  border-radius: 1.5rem;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid;
  border-radius: 1.5rem;
  border-color: hsl(212.6, 28.9%, 61.4%);
  box-shadow: 1px 0px 0px 4px hsl(210.8, 70.3%, 43.5%);
  transition: transform 0.2s ease-in-out;
  font-size: 3.75rem;
}

.wp-name {
  font-weight: 800;
  margin: 0 0 0.15rem;
  font-size: 1.875rem;
}

.wp-title {
  color: #fff;
  margin: 0 0 0.5rem;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 700;
  font-family: Poppins,Inter,sans-serif;
}

.wp-meta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 0.9rem;
  color: #6b7280;
  margin-bottom: 0.75rem;
}

.wp-summary {
  font-size: 0.95rem;
  color: #fff;
  line-height: 1.5;
  margin: 0 0 0.75rem;
  font-family: Inter,system-ui,sans-serif;
}

.wp-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.wp-tag {
  background: hsl(210 20% 94%);
  color: hsl(215 30% 15% /.7);
  font-weight: 600;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 11px;
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .75rem;
  padding-right: .75rem;
  font-family: Inter,system-ui,sans-serif;
}

/* Section titles */
.wp-section-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: hsl(215 40% 30%);
  margin: 0 0 1.1rem;
  padding-bottom: 0.6rem;
  display: inline-block;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.wp-subheading {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0 0 0.4rem;
  font-size: .875rem;
  color: hsl(210 90% 53%);
}

.wp-ai-card-main{
  padding-top: 1rem;
}

@media (max-width: 640px) {
  .wp-ai-grid { grid-template-columns: 1fr; }
  .wp-header { flex-direction: column; }
}

/* Timeline (experience) */
.wp-timeline {
  position: relative;
  padding-left: 0.5rem;
  /*border-left: 3px solid hsl(210 90% 53%);*/
}

.wp-timeline-item {
  position: relative;
  padding-bottom: 1.75rem;
  transition: transform 0.3s ease-in-out;
  border-left: 3px solid hsl(210 90% 53%);
  margin-bottom: 15px;
  padding-left: 1.5rem;
}

.wp-timeline-item:last-child {
  padding-bottom: 0;
}
.wp-timeline-item:hover .bg-gredient {
  /*background: hsl(210 90% 52%/.1);*/
  color: hsl(210 90% 52%);

  background-image: linear-gradient(
    to right, 
    hsl(210 90% 52%/.1), 
    hsl(210 90% 52%/ 0)
  );

}
.wp-timeline-item:hover .wp-timeline-dot{
  transform: scale(1.25);
  transition: transform 0.3s ease-in-out;
}

.wp-timeline-dot {
  position: absolute;
  left: -0.6rem;
  /*top: 0.25rem;*/
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: hsl(210 90% 53%);
}

.wp-job-company {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  margin: 0 0 0.1rem;
}

.wp-job-role {
  font-weight: 600;
  margin: 0 0 0.15rem;
  color: hsl(210 90% 53%);
  font-size: 1rem;
  line-height: 1.5rem;
}

.wp-job-period {
  color: hsl(215 15% 45%);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  font-size: 11px;
  letter-spacing: .14em;
  font-weight: 600;
}

.wp-job-desc {
  font-size: 15px;
  color: hsl(215 30% 15%);
  margin: 0 0 0.5rem;
  line-height: 1.6;
  font-family: Inter,system-ui,sans-serif;
}

.wp-insight {
  background-color: hsl(210 20% 94% / 0.6);
  border-radius: .75rem;
  padding: 1.6rem 1.2rem;
  font-size: 0.82rem;
  line-height: 1.45;
  border-left: 2px solid hsl(210 90% 52% /.4);
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-family: Inter,system-ui,sans-serif;
}
.wp-insight strong{
 letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 9px;
  color: hsl(210 90% 53%);
}
.wp-insight p{
  font-style: italic;
  line-height: 1.55;
  color: hsl(210 30% 15% /.7);
}
/* Education / generic list */
.wp-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.btn-wrapper{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.wp-list-item {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 0.9rem 1.1rem;
}

.wp-list-item-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.3rem;
}

.wp-list-item-header h3 {
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0;
}

.wp-period {
  font-size: 0.78rem;
  color: #9ca3af;
  margin-left: auto;
}

.wp-list-item p {
  font-size: 14px;
  color: hsl(215 30% 15%);
  margin: 0;
  line-height: 1.55;
  font-family: Inter,system-ui,sans-serif;
}

/* Two column: languages + references */
.wp-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  border-top: 1px solid hsl(215 15% 90);
  margin-top: 2rem;
}

@media (max-width: 640px) {
  .wp-two-col { grid-template-columns: 1fr; }
}

.wp-lang-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid #f3f4f6;
}

.wp-lang-row:last-child {
  border-bottom: none;
}

.wp-lang-level {
  color: #2563eb;
  font-weight: 600;
}

.wp-reference {
 padding: 1.25rem;
  background: hsl(0 0% 100%);
  border: 1px solid;
  border-radius: 1rem;
  margin-bottom: 10px;
  border-color: hsl(215 15% 90%);
  margin-top: 1rem;
  position: relative;
}
.wp-reference:hover{
  border-color: hsl(210 90% 52%/.4);
}

/*.wp-reference:last-child {
  border-bottom: none;
}*/

.wp-quote {
  font-size: 14px;
  font-style: italic;
  color: hsl(215 30% 15%/.8);
  margin: 0 0 0.3rem;
  line-height: 1.6;
  padding-right: 1.5rem;
  margin-bottom: .75rem;
  font-family: Inter,system-ui,sans-serif;
}

.wp-ref-name {
  font-size: 0.8rem;
  color: #6b7280;
  margin: 0;
  font-family: Inter,system-ui,sans-serif;
}

.extra-shadow{
  display: inline-block;
  /*flex: 1;*/
  margin-bottom: 5px;
}
.gredient-shadow{
  height: .375rem;
  display: inline-block;
  width: 58%;
  background-image: linear-gradient( to right, hsl(210 90% 52% / 0.5), hsl(210 90% 52% / 0.5), hsl(210 90% 52% / 0) );
  border-radius: 10px;
  margin-bottom: 5px;
}
.bg-gredient{
  background-image: linear-gradient(
  to right,
  hsl(210 90% 52% / 0.05),
  transparent
);
  padding: 1.25rem;
  border-radius: .75rem;
  font-family: Poppins,Inter,sans-serif;
  position: relative;
}


/*// Css Again*/

.wp-ai-card {
  position: relative;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px 28px;
  overflow: hidden;
}

.wp-ai-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: hsl(210 90% 53%);
}

.wp-ai-badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 6px;
  background: hsl(210 90% 52% /.15);
  color: hsl(210 90% 53%);
  text-transform: uppercase;
  border-radius: 999px;
  margin-bottom: 16px;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: .875rem;
  padding-right: .875rem;
  border: 1px solid hsl(210 90% 52% /.4);
  font-size: .75rem;
  line-height: 1rem;
  letter-spacing: .1em;
  font-weight: 700;
}

h2.wp-ai-heading {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: hsl(215 40% 30%);
  margin: 0 0 20px 0;
  font-family: Poppins,Inter,sans-serif;
}

.wp-ai-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

@media (max-width: 640px) {
  .wp-ai-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.wp-subheading {
  color: hsl(210 90% 52%);
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 8px 0;
  font-size: .75rem;
  line-height: 1rem;
  letter-spacing: .16em;
  font-family: Inter,system-ui,sans-serif;
}

.wp-ai-grid p {
  color: hsl(215 30% 15% /.8);
  font-size: 15px;
  margin: 0;
  line-height: 1.62;
  font-family: Inter,system-ui,sans-serif;
}


/*new buttons added*/

/* Primary Button (White) */
.btn-primary {
  padding: 12px 24px;
  background-color: #f4f7f9;
  color: hsl(215 40% 30%);
  border: 1px solid transparent;
  border-radius: .75rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: all 0.2s ease;
  outline: none;
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}

.btn-primary:hover {
  background-color: hsl(210 40% 96.1% / 0.8);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  transform: scale(1.03);
}

.btn-icon {
  width: 1rem;
  height: 1rem;
}

/* Outlined Button (Transparent) */
.btn-outlined {
  padding: 12px 24px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 1px solid;
  border-radius: .75rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.2s ease;
  outline: none;
  font-weight: 600;
  font-size: .75rem;
  line-height: 1rem;
  letter-spacing: .14em;
  border-color: hsl(0 0% 100% /.4);
}

.btn-outlined:hover {
  background-color: hsl(0 0% 100% /.2);
  /*border-color: rgba(255, 255, 255, 0.8);*/
}
.title-line{
  margin-top: 1.25rem;
  width: 3.5rem;
  display: block;
  background: hsl(0 0% 100% /.6);
  height: 0.2rem;
  margin-bottom: 1.25rem;
  border-radius: 9999px;
}

/* Card Container */
.wp-list-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 20px;
  background-color: #ffffff;
  border: 1px solid;
  border-radius: 16px;
  border-color:hsl(215 15% 90%);
  padding: 1.25rem;
}
.wp-list-item:hover{
  border-color: hsl(210 90% 52%/.4);
  box-shadow: 0 12px 28px -22px hsl(215 40% 30% / 0.6);
}

/* Rounded Icon Box */
.wp-icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: #f1f4f8;
  border-radius: 12px;
  flex-shrink: 0;
  color: #0066cc;
}

.wp-icon-box svg {
  width: 20px;
  height: 20px;
}

/* Content Layout */
.wp-list-item-content {
  flex: 1;
}

.wp-list-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.wp-title-group {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: Inter,system-ui,sans-serif;
}

.wp-title-group h3 {
  margin: 0;
  font-weight: 700;
  color: hsl(215 40% 30%);
  font-size: 17px;
  line-height: 1.5rem;
}

/* Badge */
.wp-badge {
  font-weight: 700;
  color: hsl(210 90% 52%);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 9px;
}

/* Date Range */
.wp-period {
  font-weight: 600;
  color: hsl(210 90% 52%);
  font-size: 11px;
  text-transform: uppercase;
  font-family: Inter,system-ui,sans-serif;
}

/* Paragraph text */
.wp-description {
  margin: 0;
  font-size: 14px;
  color: #64748b;
}

/* Card Container */
.wp-card {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  /*padding-bottom: 2rem;*/
  /*max-width: 600px;*/
}

.wp-lang-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 11px;
  position: relative;
  font-size: 14px;
  padding-top: 15px;
}

/* Language Name */
.wp-lang-row > span:first-child {
  color: hsl(215 40% 30%);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 600;
  font-size: 11px;
  font-family: Inter,system-ui,sans-serif;
}

/* Language Level Label */
.wp-lang-level {
  font-weight: 600;
  color: hsl(215 15% 45%);
  letter-spacing: 0em;
  font-size: 12px;
  text-transform: none;
  font-family: Inter,system-ui,sans-serif;
}

/* Background Track (Grey Line) */
.wp-lang-row::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #f1f5f9;
  border-radius: 2px;
}

/* Default Fallback Line */
.wp-lang-row::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: hsl(210 90% 52%);
  border-radius: 2px;
  width: 50%;
}

/* 100% Width (Fluent / Native) */
.wp-lang-row[data-level*="flytande"]::after,
.wp-lang-row[data-level*="modersmål"]::after,
.wp-lang-row[data-level*="native"]::after,
.wp-lang-row[data-level*="fluent"]::after {
  width: 100%;
}

/* 70% Width (Intermediate / Good) */
.wp-lang-row[data-level*="goda"]::after,
.wp-lang-row[data-level*="good"]::after,
.wp-lang-row[data-level*="intermediate"]::after,
.wp-lang-row[data-level*="medelnivå"]::after {
  width: 70%;
}

/* 35% Width (Basic / Beginner) */
.wp-lang-row[data-level*="grund"]::after,
.wp-lang-row[data-level*="basic"]::after,
.wp-lang-row[data-level*="beginner"]::after,
.wp-lang-row[data-level*="nybörjare"]::after {
  width: 35%;
}

.experience-title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 1.5rem;
  margin-bottom: 0.7rem;
}

.wp-timeline-content ul{
  padding-left: 18px;
}
.wp-timeline-content ul li::marker {
  color: #0070f3;
  font-size: 1.2em;
}
.wp-avatar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.5rem;
}
.wp-avatar:hover{
  transform: scale(1.05);
  transition: transform 0.2s ease-in-out;
  animation-duration: .5s;
  transition-duration: .5s;
}
.gredient-shadow-top{
  height: .375rem;
  display: inline-block;
  width: 15%;
  background-image: linear-gradient( to right, hsl(210 90% 52% / 0.5), hsl(210 90% 52% / 0.5), hsl(210 90% 52% / 0) );
  border-radius: 10px;
  margin-bottom: 5px;
}
.wp-section-title-footer{
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: -.025em;
  font-weight: 600;
  color: hsl(215 40% 30%);
  font-family: Poppins,Inter,sans-serif;
  margin-bottom: 0.5rem;
}
.heading-line{
  background: hsl(210 90% 52%);
  width: 2.5rem;
  display: block;
  height: 1.5px;
  margin-bottom: 0.5rem;
}
.summary{
  font-size: 13px;
  margin: 0;
  line-height: 1.625;
  color: hsl(215 30% 15% /.8);
  margin-bottom: 1.5rem;
  max-width: 42rem;
  font-family: Inter,system-ui,sans-serif;
}

.quotation{
  position: absolute;
  color: hsl(210 90% 52%/.15);
  line-height: 1;
  font-size: 1.875rem;
  font-family: Poppins,Inter,sans-serif;
  user-select: none;
  top: .375rem;
  right: .75rem;
}
.advisor-name{
  font-size: 13px;
  color: hsl(215 40% 30%);
  font-weight: 600;
  margin-bottom: 0;
}
.organization-name{
  letter-spacing: .14em;
  font-size: 10px;
  font-weight: 600;
  margin-top: .125rem;
  text-transform: uppercase;
  margin-bottom: 0;
}

.worker-age{
  font-size: 11px;
  margin-top: 0;
  color: hsl(0 0% 100% /.8);
  letter-spacing: .22em;
  text-transform: uppercase;
  font-weight: 600;
  font-family: Inter,system-ui,sans-serif;
}

/*#block-renstaff-renimage{
  width: 100%;
  display: block;
  text-align: center;
} 
#block-renstaff-renimage img{
  width: 70px;
  height: 70px;
}*/


/*Superren Icon*/
#block-renstaff-renimage {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
}

#block-renstaff-renimage > div {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  border-radius: 50px;
  padding: 6px 20px 6px 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  width: fit-content;
}

#block-renstaff-renimage img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

#block-renstaff-renimage p.superren-icon {
  margin: 0;
  color: #1a1a1a;
  white-space: nowrap;
  font-size: .75rem;
  line-height: 1rem;
  font-weight: 500;
}

/* Hide the empty extra div if not needed */
#block-renstaff-renimage > div + div:empty {
  display: none;
}

#block-renstaff-renimage p.superren-icon a{
  text-decoration: none;
  color: #1a1a1a;
}
.shadow-education{
  width: 75%;
}

.wp-ai-badge svg{
  width: 1.25rem;
  height: 1.25rem;
}
.site-worker_profile{
  background: hsl(210 20% 98%);
}
.site-worker_profile .site-header{
  padding: 0;
}
.site-worker_profile #block-renstaff-page-title{
  margin-top: 3.5rem;
}
#block-renstaff-sitelogo div{
  display: inline-flex;
  gap: 15px;
}
#block-renstaff-sitelogo div img{
  width: 100px;
  height: 100px;
}
#block-renstaff-sitelogo div p{
  align-content: center;
}
#block-renstaff-sitelogo div p a{
  text-decoration: none;
  color: black;
}

/*User Login Form*/
/* Center and frame the form container */
#user-login-form {
  max-width: 400px;
  margin: 60px auto;
  padding: 32px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid #e1e4e8;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Style field wrappers and labels */
#user-login-form .form-item {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

#user-login-form label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #24292e;
  margin-bottom: 6px;
}

/* Style input fields */
#user-login-form input[type="text"],
#user-login-form input[type="password"] {
  width: 100%;
  padding: 10px 12px;
  font-size: 0.95rem;
  color: #1a1a1a;
  border: 1px solid #cccccc;
  border-radius: 6px;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  outline: none;
}

#user-login-form input[type="text"]:focus,
#user-login-form input[type="password"]:focus {
  border-color: #0066cc;
  box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.15);
}

/* Style submit button */
#user-login-form input[type="submit"] {
  width: 100%;
  padding: 12px;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  background-color: #0066cc;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  margin-top: 10px;
}

#user-login-form input[type="submit"]:hover {
  background-color: #0052a3;
}

/*Worker Profile Dashboard*/

/* Container Spacing */
.worker-profile-dashboard {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5rem 0;
}

/* Override Responsive Grid Gaps */
.worker-profile-dashboard .views-view-responsive-grid {
  --views-responsive-grid--layout-gap: 1.5rem !important;
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important;
  gap: 1.5rem !important;
}

/* Card Container */
.worker-profile-dashboard .views-view-responsive-grid__item-inner {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.25rem;
  height: 100%;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}

.worker-profile-dashboard .views-view-responsive-grid__item-inner:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

/* Worker Photo */
.worker-profile-dashboard .views-field-field-worker-photo {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.worker-profile-dashboard .views-field-field-worker-photo img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #f3f4f6;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* Worker Title / Name */
.worker-profile-dashboard .views-field-title {
  text-align: center;
  margin-bottom: 0.5rem;
}

.worker-profile-dashboard .views-field-title a {
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827;
  text-decoration: none;
  transition: color 0.15s ease;
}

.worker-profile-dashboard .views-field-title a:hover {
  color: #2563eb;
}

/* Worker Summary */
.worker-profile-dashboard .views-field-field-worker-summary {
  font-size: 0.875rem;
  color: #4b5563;
  line-height: 1.5;
  text-align: center;
  margin-top: 0.25rem;
  flex-grow: 1; /* Pushes card content evenly */
}

#block-renstaff-renimage div[data-contextual-id^="block:block=renstaff_renimage"]{
  display: none;
}


@media (min-width: 360px) and (max-width: 992px) {
  h2.wp-ai-heading, .wp-section-title{
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.25;
  }
  .gredient-shadow{
    width: 30%;
  }
  .worker-age{
    text-align: center;
  }
  .gredient-shadow-top{
    display: none;
  }
  #block-renstaff-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .wp-avatar{
    width: 11rem;
    height: 11rem;
    margin-left: auto;
    margin-right: auto;
  }
  .wp-header-info{
    margin-left: auto;
    margin-right: auto;
  }
  .wp-header-info .wp-title{
    font-size: 2.25rem;
    text-align: center;
  }
  .title-line{
    margin-left: auto;
    margin-right: auto;
  }
  .btn-outlined{
    display: block;
    width: 100%;
  }
  .btn-primary{
    margin-bottom: 1rem;
    display: block;
  }
  .wp-insight p{
    line-height: inherit;
  }
  .btn-wrapper{
    display: block;
  }
  .shadow-education{
    width: 60%;
  }
  .site-worker_profile #block-renstaff-page-title{
    margin-top: 1.5rem;
  }
}
