/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1765300864
Updated: 2025-12-09 17:21:04


.sg-styleboard-detail-header {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.sg-styleboard-detail-text {
    font-family: 'Libre Baskerville', serif;
    font-size: 15.5px;
    line-height: 1.7;
}
.sg-styleboard-signature {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 600;
}
.sg-styleboard-meta,
.sg-styleboard-brands,
.sg-styleboard-rating {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
}

.sg-styleboard-single {
  max-width: 420px;
  margin: 0 auto 60px;
  padding: 20px 10px 40px;
}

.sg-sb-header-box {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  padding: 14px 16px;
  text-align: center;
  margin-bottom: 20px;
}

.sg-sb-header-title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
}

.sg-sb-collage-wrapper {
  margin-bottom: 24px;
}

.sg-sb-collage-img {
  width: 100%;
  display: block;
  border-radius: 10px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

.sg-sb-section {
  margin-bottom: 22px;
}

.sg-sb-section-title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 8px;
}

.sg-sb-divider {
  border: none;
  border-top: 1px solid #ddd;
  margin: 8px 0 14px;
}

/* Galleri */
.sg-sb-gallery-block {
  margin-bottom: 20px;
}

.sg-sb-gallery-row {
  display: flex;
  gap: 8px;
}

.sg-sb-gallery-item {
  flex: 1;
  background: #f1f1f1;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}

.sg-sb-gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  display: block;
}

.sg-sb-gallery-indicators {
  display: flex;
  justify-content: space-around;
  margin-top: 8px;
}

.sg-sb-indicator {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #ed2024;
  color: #ed2024;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

/* Tekst */
.sg-sb-text-heading {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.sg-sb-text-body {
  font-size: 14px;
  line-height: 1.6;
}

/* Merker-boks */
.sg-sb-brands-box {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.12);
  padding: 14px 16px;
}
.sg-sb-brands-header {
  font-weight: 600;
  margin-bottom: 8px;
}
.sg-sb-brands-list p {
  margin: 2px 0;
}

/* Rating */
.sg-sb-rating-box {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.12);
  padding: 14px 16px 18px;
  text-align: center;
}
.sg-sb-rating-header {
  font-weight: 600;
  margin-bottom: 12px;
}
.sg-sb-rating-hearts {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.sg-sb-heart {
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sg-sb-heart span {
  font-size: 18px;
  color: #ccc;
}
.sg-sb-heart.is-filled span {
  color: #ed2024;
}
.sg-sb-rating-message {
  margin-top: 8px;
  font-size: 12px;
}

/* Lightbox */
.sg-sb-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}
.sg-sb-lightbox.is-visible {
  display: block;
}
.sg-sb-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.7);
}
.sg-sb-lightbox-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90vw;
  max-height: 90vh;
}
#sg-sb-lightbox-img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.4);
}





*/
