#ifixit_guides .guide {
    margin-bottom: 10px;
}

#ifixit_guides .guide .image {
    height: 170px;
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    background-color: #e8e8ff;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

#ifixit_guides .guide .title {
    padding: 0;
    margin: 0px;
    font-size: 1em;
    font-weight: 900;
}

#ifixit_guides .guide .summary {
    margin-top: 5px;
    color: #2d2e82;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
}

#ifixit_guides a:hover {
    text-decoration: none;
}

.default {
    display: block;
    transform: rotate(-30deg);
    width: 75%;
}

.tiles .tile {
    position: relative;
    min-height: 50px;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #2D2E82;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
}

.text-orange {
    color: orange
}

.pr-30 {
    padding-right: 30px;
}

.border:not(.is-active) {
    border-color: #2d2e82 !important;
}

.background-light {
    background: #f2f2ff !important
}

.border.is-active {
    border-color: #ed6a42!important;
}

.ifixit-button {
    height: 41px !important;
    line-height: 33px !important;
    width: 185.148px !important;
}

.ifixit-label {
    font-weight: 700 !important;
}

.ifixit-input {
    margin-top: 10px !important;
    display: block !important;
    width: 100% !important;
}