.shpn-template-preview-wrap{
    flex: 1;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.shpn-template-preview-heading{
    margin-bottom: 20px;
}
.shpn-template-preview-body{
    margin: auto;
    max-width: 280px;
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    min-height: 20px;
    box-shadow: 0 1px .5px rgba(0, 0, 0, .15);
}
.shpn-template-preview-placeholder{
    text-align: center;
    color: #888;
}
.shpn-template-preview-msg-heading{
    color: rgba(0, 0, 0, .76);
    font-size: 15px !important;
    font-weight: bold !important;
    line-height: 19px !important;
    padding: 6px 7px 0 9px !important;
}
.shpn-template-preview-msg-body{
    color: #262626;
    font-size: 13.6px;
    line-height: 19px;
    padding: 7px 7px 6px 9px;
}
.shpn-template-preview-msg-button{
    border-top: 1px solid #dadde1;
    text-align: center;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shpn-template-preview-msg-button a{
    color: #00a5f4;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    font-weight: bold;
}
.shpn-insights-container{
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.shpn-card-white{
    flex: 1;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.shpn-card-white h3{
    margin: 0;
    font-size: 24px;
    color: #333;
}
.shpn-card-white p{
    margin: 0;
    font-size: 14px;
    color: #666;
}
.shpn-card-red{
    flex: 1;
    padding: 20px;
    background: #fff5f5;
    border: 1px solid #f5c2c2;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.shpn-card-red h3{
    margin: 0;
    font-size: 24px;
    color: #e63946;
}
.shpn-card-red p{
    margin: 0;
    font-size: 14px;
    color: #e63946;
}
.shpn-card-green{
    flex: 1;
    padding: 20px;
    background: #f0fff4;
    border: 1px solid #c6f6d5;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.shpn-card-green h3{
    margin: 0;
    font-size: 24px;
    color: #38a169;
}
.shpn-card-green p{
    margin: 0;
    font-size: 14px;
    color: #38a169;
}
.shpn-card-blue{
    flex: 1;
    padding: 20px;
    background: #ebf8ff;
    border: 1px solid #bee3f8;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.shpn-card-blue h3{
    margin: 0;
    font-size: 24px;
    color: #3182ce;
}
.shpn-card-blue p{
    margin: 0;
    font-size: 14px;
    color: #3182ce;
}
.shpn-settings-heading{
    margin-bottom: 30px;
}
.shpn-settings-form{
    max-width: 700px;
    margin: auto;
}
.shpn-settings-wrapper{
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.shpn-input-wrap{
    margin-bottom: 20px;
}
.shpn-input-label{
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
}
.shpn-input-field{
    width: 100%;
    padding: 12px !important;
    border: 1px solid #ddd !important;
    border-radius: 6px !important;
    font-size: 14px !important;
}
.shpn-settings-save-button-wrapper{
    margin-top: 30px;
    text-align: center;
}
.shpn-settings-save-button{
    padding: 12px 24px;
    background-color: #007cba;
    border: none;
    border-radius: 6px;
    color: white;
    font-weight: bold;
    cursor: pointer;
}
.shpn-template-settings-wrapper{
    flex: 1;
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.shpn-mb-10{
    margin-bottom: 10px;
}
.shpn-mb-20{
    margin-bottom: 20px;
}
.shpn-setting-template-form{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 1200px;
}
.shpn-licensing-info{
    margin-top: 8px;
    color: #666;
}
.shpn-license-action-buttons{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.shpn-license-button{
    padding: 10px 20px;
    background-color: #007cba;
    border: none;
    border-radius: 4px;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}
.shpn-license-status{
    margin-top: 15px;
    color: #666;
}
.shpn-success{
    color: green;
    font-weight: bold;
}
.shpn-error{
    color: red;
    font-weight: bold;
}
.shpn-tab-content {
    flex-grow: 1;
    padding: 20px;
}
.shpn-tab-panel {
    display: none;
    padding: 20px;
    border: 1px solid #e1e4e8;
    border-radius: 6px;
    background-color: #fff;
}
.shpn-tab-panel.active {
    display: block;
}
.shpn-documentation-wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.shpn-documentation-wrapper h1 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
    color: #2c7be5;
}
.shpn-documentation-wrapper .description {
    font-size: 16px;
    text-align: center;
    margin-bottom: 40px;
    color: #666;
}
.shpn-item {
    background-color: #ffffff;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.shpn-item h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}
.shpn-item -description {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}
.shpn-button {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    border: none;
    border-radius: 8px;
    padding: 6px 12px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background-color 0.3s ease, color 0.3s ease;
    text-decoration: none;
}
/* Primary button (Blue) */
.shpn-button-primary {
    background-color: #007BFF;
    /* Blue */
    color: #fff;
}
.shpn-button-primary:hover {
    background-color: #0069D9;
    /* Darker blue */
    color: #fff;
}
.shpn-button-primary:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
    /* Focus state with blue shadow */
}
.shpn-button-primary:active {
    background-color: #0056b3;
    /* Even darker blue */
}