/*
Theme Name: Codeclad V3
Theme URI: https://codeclad.com/
Author: Codeclad
Author URI: https://codeclad.com/
Description: WordPress theme package for the Codeclad V3 landing page.
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: codeclad-v3
*/

.case-studies {
    background: #fff;
}

.case-description p {
    margin: 0 0 1em;
}

.case-description p:last-child {
    margin-bottom: 0;
}

.case-description-list {
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
}

.case-description-list:last-child {
    margin-bottom: 0;
}

.case-description-list li {
    margin: 0 0 0.45em;
    padding-left: 1.1em;
    position: relative;
}

.case-description-list li::before {
    content: "\2014";
    left: 0;
    position: absolute;
}

.header__nav {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.header__menu + .header__menu-cta {
    margin-left: 20px;
}
