.extend-trial-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  text-align: center;
  padding: 20px;
}
.extend-trial-container .content-container {
  max-width: 600px;
}
.extend-trial-container .logo-mark {
  margin-bottom: 2rem;
  width: 19px;
}
.extend-trial-container .headline {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.extend-trial-container .subheadline {
  font-size: 1rem;
  color: #666;
  margin-bottom: 2rem;
  line-height: 1.5;
}
.extend-trial-container .cta-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.extend-trial-container .btn {
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  padding: 0 20px;
  border: 0;
  box-shadow: none;
  border-radius: 4px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.extend-trial-container .btn--primary {
  background-color: #1ec185;
  color: white;
}

.page-projects .project-thumb {
  position: relative;
  overflow: hidden;
}

.page-projects .img-thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#projects .project .project-thumb {
  background-image: none !important;
}

#upload-media #upload-media-images .asset .asset-thumb img.img-thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
