:root {
    --primary: #ff6a3e;
    --primaryLight: #ffba43;
    --secondary: #ffba43;
    --secondaryLight: #ffba43;
    --headerColor: #1a1a1a;
    --bodyTextColor: #4e4b66;
    --bodyTextColorWhite: #fafbfc;
    /* 13px - 16px */
    --topperFontSize: clamp(0.8125rem, 1.6vw, 1rem);
    /* 31px - 49px */
    --headerFontSize: clamp(1.9375rem, 3.9vw, 3.0625rem);
    --bodyFontSize: 1rem;
    /* 60px - 100px top and bottom */
    --sectionPadding: clamp(2.75rem, 7.82vw, 1.25rem) 1rem;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', 'Arial', sans-serif;
}

*, *:before, *:after {
    box-sizing: border-box;
}
.dss-topper {
    font-size: var(--topperFontSize);
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: inherit;
    letter-spacing: .1em;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.25rem;
    display: block;
}

.dss-topper2 {
    font-size: var(--topperFontSize);
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: inherit;
    letter-spacing: .1em;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.25rem;
}

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #dartford-self-storage {
    padding: var(--sectionPadding);
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  #dartford-self-storage:before {
    content: '';
    width: 100%;
    height: 100%;
    background: var(--secondary);
    opacity: .05;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
  }
  #dartford-self-storage .dss-container {
    width: 100%;
    /* changes to 1280px at tablet */
    max-width: 34.375rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(1.5rem, 1.5vw, 1.5rem);
    position: relative;
  }
  #dartford-self-storage .dss-content {
    /* set text align to left if content needs to be left aligned */
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: center;
  }
  #dartford-self-storage .dss-title {
    margin: 0;
    max-width: 19ch;
  }
  #dartford-self-storage .dss-card-group {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 16px - 20px */
    gap: clamp(1rem, 1.8vw, 1.25rem);
  }
  #dartford-self-storage .dss-item {
    list-style: none;
    width: 100%;
    max-width: 28.875rem;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    transition: border-color 0.3s;
  }
  #dartford-self-storage .dss-item:hover .dss-wrapper {
    border-color: var(--secondary);
  }
  #dartford-self-storage .dss-item:hover .dss-mask {
    --maskBorder: var(--secondary);
  }
  #dartford-self-storage .dss-item:hover .dss-button-solid {
    background-color: var(--secondary);
  }
  #dartford-self-storage .dss-flex {
    text-align: center;
    margin-bottom: 0rem;
    padding: 0rem 2rem;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    position: relative;
    z-index: 10;
  }
  #dartford-self-storage .dss-desc {
    font-size: 1.25rem;
    text-align: inherit;
    line-height: 1.2em;
    font-weight: 700;
    margin: 0;
    color: var(--bodyTextColor);
    display: block;
  }
  #dartford-self-storage .dss-h3 {
    font-size: 1.9375rem;
    text-align: inherit;
    line-height: 1.2em;
    font-weight: 900;
    margin: 0;
    color: var(--headerColor);
    display: block;
  }
  #dartford-self-storage .dss-mask {
    --maskBG: #fff;
    --maskBorder: #e8e8e8;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
  }
  #dartford-self-storage .dss-mask path {
    transition: stroke .3s;
  }
  #dartford-self-storage .dss-wrapper {
    height: 100%;
    /* 24px - 40px left & right */
    /* 24px - 32px bottom */
    padding: 2.5rem clamp(1.5rem, 3.5vw, 2.5rem) clamp(1.5rem, 3vw, 2rem);
    box-sizing: border-box;
    background-color: #fff;
    overflow: hidden;
    border-radius: 2rem;
    border: 1px solid #e8e8e8;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    transition: border-color 0.3s;
  }
  #dartford-self-storage .dss-ul {
    /* 24px - 40px */
    padding: 0 0 clamp(1.5rem, 3vw, 2.5rem) 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* 8px - 12px */
    gap: clamp(0.5rem, 1.5vw, 0.75rem);
    position: relative;
  }
  #dartford-self-storage .dss-li {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    list-style: none;
    line-height: 1.5em;
    width: 100%;
    margin: 0;
    padding: 0;
    color: var(--bodyTextColor);
    display: flex;
    justify-content: space-between;
    /* push everything to the top so if the li goes to two lines the icon stays at the top */
    align-items: flex-start;
    gap: 1rem;
  }
  #dartford-self-storage .dss-li.dss-disabled {
    opacity: .5;
  }
  #dartford-self-storage .dss-li.dss-disabled .dss-icon {
    filter: grayscale(1) brightness(300%);
  }
  #dartford-self-storage .dss-icon {
    width: 1.5rem;
    height: auto;
    display: block;
  }
  #dartford-self-storage .dss-info {
    margin-top: auto;
    /* 16px - 24px */
    padding-top: clamp(1rem, 2vw, 1.5rem);
    box-sizing: border-box;
    border-top: 1px solid #E8E8E8;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
  }
  #dartford-self-storage .dss-price {
    /* 31px - 39px */
    font-size: clamp(1.9375rem, 4vw, 2.4375rem);
    line-height: 1.2em;
    font-weight: 900;
    margin: 0;
    color: #767676;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  #dartford-self-storage .dss-duration {
    font-size: 1.25rem;
    display: block;
    transform: translateY(0.14rem);
  }
  #dartford-self-storage .dss-button-solid {
    font-size: 1rem;
    /* 46px - 56px */
    line-height: clamp(2.875em, 5.5vw, 3.5em);
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    margin: 0;
    color: #fff;
    padding: 0 2rem;
    border-radius: 3.125rem;
    background-color: var(--primary);
    overflow: hidden;
    display: inline-block;
    position: relative;
    z-index: 1;
    /* prevents padding from adding to the width */
    box-sizing: border-box;
  }
  #dartford-self-storage .dss-button-solid:before {
/* 
   content: '';
    position: absolute;
    height: 100%;
    width: 0%;
    background: #000;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width .3s;
*/
  }
  #dartford-self-storage .dss-button-solid:hover:before {
    width: 100%;
  }
  #dartford-self-storage .dss-blob {
    opacity: .1;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
  #dartford-self-storage .dss-button-solid {
    width: 100%;
    transition: background-color 0.3s;
  }
  #dartford-self-storage .dss-background {
    --backgroundBG: #fff;
    width: 100%;
    min-width: 120rem;
    height: auto;
    position: absolute;
    left: 0;
  }
  #dartford-self-storage .dss-background-top {
    top: 0;
  }
  #dartford-self-storage .dss-background-bottom {
    bottom: 0;
    transform: rotateX(180deg);
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #dartford-self-storage .dss-container {
    max-width: 80rem;
  }
  #dartford-self-storage .dss-card-group {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
  }
}
/* Large Desktop - 1300px */
@media only screen and (min-width: 81.25rem) {
  #dartford-self-storage .dss-info {
    flex-direction: row;
  }
}

.dss-title {
    font-size: var(--headerFontSize);
    font-weight: 900;
    line-height: 1.2em;
    text-align: inherit;
    max-width: 43.75rem;
    margin: 0 0 1rem 0;
    color: var(--headerColor);
    position: relative;
}

.dss-text {
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    text-align: inherit;
    width: 100%;
    max-width: 40.625rem;
    margin: 0;
    color: var(--bodyTextColor);
}
                            